From 5d277664248c0ef9167ba5f075b602459d1a13f9 Mon Sep 17 00:00:00 2001 From: Sergey Lyubka Date: Thu, 20 Sep 2012 14:01:45 +0100 Subject: [PATCH] Added comment on the websocket example page --- README.md | 2 +- examples/websocket_html_root/index.html | 15 ++++++++++----- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 11e2570e..1c4aa416 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Features -------- - Crossplatform - works on Windows, MacOS and most flavors of UNIX -- CGI, SSL, SSI, Digest (MD5) authorization, Websockets, WEbDAV support +- CGI, SSL, SSI, Digest (MD5) authorization, Websocket, WEbDAV support - Resumed download, URL rewrite support - IP-based ACL, Windows service, GET, POST, HEAD, PUT, DELETE methods - Small footprint: executable size is 40 kB on Linux 2.6 i386 system diff --git a/examples/websocket_html_root/index.html b/examples/websocket_html_root/index.html index 7b46d4d6..f6f7eb3f 100644 --- a/examples/websocket_html_root/index.html +++ b/examples/websocket_html_root/index.html @@ -3,10 +3,6 @@ WebSocket Test -

WebSocket Test

+ +

Mongoose WebSocket Test

+ +
+ This page code creates websocket to the URI "/foo", + sends a message to it, waits for the reply, then sends an "exit" message. + Server must echo all messages back, and terminate the conversation after + receiving the "exit" message. +
+