From 9f89bcd4b6a9a26ce45b0023f30c0f2be1ee0901 Mon Sep 17 00:00:00 2001 From: hellerf Date: Sun, 18 Dec 2016 21:43:54 +0800 Subject: [PATCH] Add EWS, an HTTP server; BSD licensed, .h file, C/C++ --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aea38e7..cb2f36b 100644 --- a/README.md +++ b/README.md @@ -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 @@ -264,6 +265,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