Merge pull request #37 from hellerf/ews-http-server

Add EWS, an HTTP server; BSD licensed, .h file, C/C++
This commit is contained in:
Sean Barrett 2017-02-25 06:06:35 -08:00 committed by GitHub
commit d4eebcfc08
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ Exceptions will be allowed for good reasons.
| hardware | [libue](https://github.com/houqp/libue) | MIT |C/C++| 1 | Helper library for Linux device hot-plug event
| images | [TinyEXIF](https://github.com/cdcseacave/TinyEXIF) | BSD | C++ | 2 | Parse EXIF data from JPEG (XMP w/ TinyXML2 lib)
| json | [json.hpp](https://github.com/nlohmann/json) | MIT | C++ |**1**| JSON parse, serialize, deserialize
| network | [EWS](https://github.com/hellerf/EmbeddableWebServer) | BSD |C/C++|**1**| http server
| parsing | [tinymemfile](https://github.com/RandyGaul/tinyheaders) | zlib | C++ |**1**| fscanf on in-memory files
| parsing | [inih](https://github.com/benhoyt/inih) | BSD |C/C++| 2 | .ini file parser
| profiling| [prof](https://github.com/cyrus-and/prof) | MIT |C/C++|**1**| profiler for Linux
@ -265,6 +266,7 @@ as C/C++, as this is not an obstacle to most users.)
| [mm_web.h](https://github.com/vurtun/mmx) | BSD |C/C++|**1**| lightweight webserver, fork of webby
| [par_easycurl.h](https://github.com/prideout/par) | MIT |C/C++|**1**| curl wrapper
| [yocto](https://github.com/tom-seddon/yhs) | **public domain** |C/C++| 2 | non-production-use http server
| [EWS](https://github.com/hellerf/EmbeddableWebServer) | BSD |C/C++|**1**| http server
| [happyhttp](https://github.com/Zintinio/HappyHTTP) | zlib | C++ | 2 | http client requests
| [mongoose](https://github.com/cesanta/mongoose) |_GPLv2_ |C/C++| 2 | http server
| [LUrlParser](https://github.com/corporateshark/LUrlParser) | MIT | C++ | 2 | lightweight URL & URI parser RFC 1738, RFC 3986