Skip to content

Instantly share code, notes, and snippets.

Created April 8, 2016 11:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/caa9f8dea249ad53c3bd221cd65bbe39 to your computer and use it in GitHub Desktop.
Save anonymous/caa9f8dea249ad53c3bd221cd65bbe39 to your computer and use it in GitHub Desktop.
embedded http server options
ab24c235-1a37-4ced-a02a-608b4929c162
http://www.codeproject.com/script/Articles/ViewDownloads.aspx?aid=29290 - A C++ Embedded Web Server
http://realtimelogic.com/ba/doc/en/C/introduction.html -- Barracuda Embedded Web Server
https://github.com/embedthis/goahead
http://embedthis.com/goahead/
https://github.com/shenfeng/tiny-web-server <-- single c file
https://github.com/davidmoreno/onion <-- rpi compatible (looks best option so far)
https://github.com/davidmoreno/onion/wiki
https://github.com/cesanta/mongoose <-- whoa! another great cadidate
https://www.cesanta.com/ <-- product page
https://www.cesanta.com/developer/mongoose
https://github.com/Jing0/TinyServer <-- simple C code
https://github.com/abhinavsingh/pulsar <-- yet another nice code
sudo apt-get install libevent-dev
http://www.wangafu.net/~nickm/libevent-2.0/doxygen/html/index.html <--- SETTLED!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment