lwsws Libwebsockets Web Server
authorAndy Green <andy@warmcat.com>
Mon, 28 Mar 2016 02:12:37 +0000 (10:12 +0800)
committerAndy Green <andy@warmcat.com>
Mon, 28 Mar 2016 02:49:57 +0000 (10:49 +0800)
commitcd0c696a0d879f66c8142ace0619b944efd08915
tree028a82dbaf27cb849ee74767b67ef42145171cea
parentd526c50c2227ab3daf43d8651c9ea82c26f84aec
lwsws Libwebsockets Web Server

This makes a start on the LibWebSockets WebServer.

The app cmake build support and JSON config parsing are implemented and
the app can start, create the vhosts, listen and serve file:// mounts on
them.

Signed-off-by: Andy Green <andy@warmcat.com>
CMakeLists.txt
LICENSE
README.lwsws.md [new file with mode: 0644]
changelog
lwsws/conf.c [new file with mode: 0644]
lwsws/http.c [new file with mode: 0644]
lwsws/lejp.c [new file with mode: 0644]
lwsws/lejp.h [new file with mode: 0644]
lwsws/lwsws.h [new file with mode: 0644]
lwsws/main.c [new file with mode: 0644]