Commented out chat example, as it is broken atm

This commit is contained in:
Sergey Lyubka 2013-12-19 10:46:12 +00:00
parent 34ee1ef3d6
commit 28f7d83a74

View File

@ -78,12 +78,3 @@ Mongoose source code contains a well-commented example code, listed below:
* [hello.c](https://github.com/cesanta/mongoose/blob/master/examples/hello.c)
shows how to handle form input, file upload, websocket communication, get
cookie values.
<!--
* [chat](https://github.com/cesanta/mongoose/blob/master/examples/chat)
implements basic online chat functionality using Lua scripting capabilities
of Mongoose. Not a single line of C is written for that example.
Demostrates usage of database, cookie-based authentication, session
support, RESTful interface. No additional software is required to run it
on any platform.
-->