| .. | ||
| index.html | ||
| mongoose.c | ||
| mongoose.h | ||
| readme.md | ||
| websocket_chat | ||
| websocket_chat.c | ||
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:8000in your webBrowser - To bind floID send :
$<self_floID> - To send msg to a floID :
<receiverfloID> <msg>