Flo-Whatsapp/util/websocket_chatExample
2019-04-18 22:07:34 +05:30
..
index.html Update v0.8 2019-04-18 22:07:34 +05:30
mongoose.c Update v0.8 2019-04-18 22:07:34 +05:30
mongoose.h Update v0.8 2019-04-18 22:07:34 +05:30
readme.md Update v0.8 2019-04-18 22:07:34 +05:30
websocket_chat Update v0.8 2019-04-18 22:07:34 +05:30
websocket_chat.c Update v0.8 2019-04-18 22:07:34 +05:30

This is a unicast websocket chat. To install :

gcc websocket_chat.c mongoose.c -o websocket_chat

To run the server :

./websocket_chat

Instructions :

  1. Open 127.0.0.1:8000 in your webBrowser
  2. To bind floID send : $<self_floID>
  3. To send msg to a floID : <receiverfloID> <msg>