From e5185174560d57cc391b34b6d754afa9fb6e04c6 Mon Sep 17 00:00:00 2001 From: Sergey Lyubka <valenok@gmail.com> Date: Thu, 19 Dec 2013 10:42:39 +0000 Subject: [PATCH] Commented out chat example, as it is broken atm --- docs/Embed.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Embed.md b/docs/Embed.md index 5d7bba0ad..35c056694 100644 --- a/docs/Embed.md +++ b/docs/Embed.md @@ -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) 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. + --> -- GitLab