Skip to content
This repository has been archived by the owner on Oct 20, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jmnie authored Feb 25, 2020
1 parent 1c3dfcd commit aa093d2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
* Implemented features for user registration, password reset and change avatar.

## Client
> * Used Qt Widget for the interfaces.
> * Used TCP protocol for the communication.
* Used Qt Widget for the interfaces.
* Used TCP protocol for the communication.

![Client Interface](images/client1.png)

Expand All @@ -16,15 +16,15 @@
![Chat Room](images/chatRoom.png)

## Server
> * Used MySQL as the back-end server to store historical messages.
> * Used muduo network library https://github.com/chenshuo/muduo
* Used MySQL as the back-end server to store historical messages.
* Used muduo network library https://github.com/chenshuo/muduo

![Server Info](images/server.png)


## Useage
This project requried server to start on the back end which could start use:
> * bash start.sh
* bash start.sh
Then the server will run in the backend. User could login to the server and perform functionabilities.


Expand Down

0 comments on commit aa093d2

Please sign in to comment.