Update readme.md

This commit is contained in:
Sai Raj 2019-04-05 16:54:34 +05:30 committed by GitHub
parent dd0218820f
commit fce57137d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,16 @@
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
1. Open 127.0.0.1:8000 in your webBrowser
2. To bind floID send
$<self_floID>
To send msg to a floID
3. To send msg to a floID
<receiverfloID> <msg>