Commit e5185174 authored by Sergey Lyubka's avatar Sergey Lyubka

Commented out chat example, as it is broken atm

parent 7d0662f1
...@@ -78,10 +78,11 @@ Mongoose source code contains a well-commented example code, listed below: ...@@ -78,10 +78,11 @@ Mongoose source code contains a well-commented example code, listed below:
* [hello.c](https://github.com/cesanta/mongoose/blob/master/examples/hello.c) * [hello.c](https://github.com/cesanta/mongoose/blob/master/examples/hello.c)
shows how to handle form input, file upload, websocket communication, get shows how to handle form input, file upload, websocket communication, get
cookie values. cookie values.
<!--
* [chat](https://github.com/cesanta/mongoose/blob/master/examples/chat) * [chat](https://github.com/cesanta/mongoose/blob/master/examples/chat)
implements basic online chat functionality using Lua scripting capabilities implements basic online chat functionality using Lua scripting capabilities
of Mongoose. Not a single line of C is written for that example. of Mongoose. Not a single line of C is written for that example.
Demostrates usage of database, cookie-based authentication, session Demostrates usage of database, cookie-based authentication, session
support, RESTful interface. No additional software is required to run it support, RESTful interface. No additional software is required to run it
on any platform. on any platform.
-->
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment