init commit

This commit is contained in:
MeexReay 2024-05-18 01:43:53 +03:00
commit 7130f872bc
9 changed files with 1214 additions and 0 deletions

12
README.md Normal file
View 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
```