Update readme.md
This commit is contained in:
parent
dd0218820f
commit
fce57137d4
@ -1,14 +1,16 @@
|
|||||||
This is a unicast websocket chat.
|
This is a unicast websocket chat.
|
||||||
To install :
|
To install :
|
||||||
|
|
||||||
gcc websocket_chat.c mongoose.c -o websocket_chat
|
gcc websocket_chat.c mongoose.c -o websocket_chat
|
||||||
|
|
||||||
To run the server :
|
To run the server :
|
||||||
|
|
||||||
./websocket_chat
|
./websocket_chat
|
||||||
|
|
||||||
Instructions :
|
Instructions :
|
||||||
|
|
||||||
Open 127.0.0.1:8000 in your webBrowser
|
1. Open 127.0.0.1:8000 in your webBrowser
|
||||||
To bind floID send
|
2. To bind floID send
|
||||||
$<self_floID>
|
$<self_floID>
|
||||||
To send msg to a floID
|
3. To send msg to a floID
|
||||||
<receiverfloID> <msg>
|
<receiverfloID> <msg>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user