From dd0218820fcb69e2e0054db79f8a8c97ff25b34e Mon Sep 17 00:00:00 2001 From: Sai Raj <39055732+sairajzero@users.noreply.github.com> Date: Fri, 5 Apr 2019 16:53:44 +0530 Subject: [PATCH 1/3] Create readme.md --- websocket_chatExample/readme.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 websocket_chatExample/readme.md diff --git a/websocket_chatExample/readme.md b/websocket_chatExample/readme.md new file mode 100644 index 0000000..6aa909a --- /dev/null +++ b/websocket_chatExample/readme.md @@ -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 + $ +To send msg to a floID + From fce57137d4520cf04b294ac9bb88c4622ea00388 Mon Sep 17 00:00:00 2001 From: Sai Raj <39055732+sairajzero@users.noreply.github.com> Date: Fri, 5 Apr 2019 16:54:34 +0530 Subject: [PATCH 2/3] Update readme.md --- websocket_chatExample/readme.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/websocket_chatExample/readme.md b/websocket_chatExample/readme.md index 6aa909a..33eee2b 100644 --- a/websocket_chatExample/readme.md +++ b/websocket_chatExample/readme.md @@ -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 $ -To send msg to a floID +3. To send msg to a floID From a2e677dc8a85f1f91aa57ed17bb88133dd210bf2 Mon Sep 17 00:00:00 2001 From: Sai Raj <39055732+sairajzero@users.noreply.github.com> Date: Fri, 5 Apr 2019 16:57:59 +0530 Subject: [PATCH 3/3] Update readme.md --- websocket_chatExample/readme.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/websocket_chatExample/readme.md b/websocket_chatExample/readme.md index 33eee2b..5046b7e 100644 --- a/websocket_chatExample/readme.md +++ b/websocket_chatExample/readme.md @@ -1,16 +1,16 @@ This is a unicast websocket chat. To install : - gcc websocket_chat.c mongoose.c -o websocket_chat + gcc websocket_chat.c mongoose.c -o websocket_chat To run the server : - ./websocket_chat + ./websocket_chat Instructions : -1. Open 127.0.0.1:8000 in your webBrowser -2. To bind floID send - $ -3. To send msg to a floID - +1. Open `127.0.0.1:8000` in your webBrowser +2. To bind floID send : + `$` +3. To send msg to a floID : + ` `