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