init commit
This commit is contained in:
commit
7130f872bc
9 changed files with 1214 additions and 0 deletions
12
README.md
Normal file
12
README.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# easy_msg
|
||||
simple cli messenger on rust
|
||||
|
||||
# how to use
|
||||
start server:
|
||||
```
|
||||
./easymsg server SERVER_NAME IP:PORT
|
||||
```
|
||||
connect server:
|
||||
```
|
||||
./easymsg client CLIENT_NAME IP:PORT
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue