From b32254618aad76a9f23b45154ee345d3dfdbef05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Juan=20P=C3=A9rez?= Date: Wed, 27 Dec 2017 12:42:15 +0100 Subject: [PATCH 1/2] added evpp library in networking --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a7673be..3acee1f 100644 --- a/README.md +++ b/README.md @@ -492,6 +492,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [cpr](https://github.com/whoshuu/cpr) - A modern C++ HTTP requests library with a simple but powerful interface. Modeled after the Python Requests module. [MIT] [website](https://whoshuu.github.io/cpr/) * [curlcpp](https://github.com/JosephP91/curlcpp) - An object oriented C++ wrapper for CURL(libcurl). [MIT] * [Dyad.c](https://github.com/rxi/dyad) - Asynchronous networking for C. [MIT] +* [evpp](https://github.com/Qihoo360/evpp) - Network library for high performance network services with TCP/UDP/HTTP protocols. [BSD] * [HTTP Parser](https://github.com/nodejs/http-parser) :zap: - A http request/response parser for C. [MIT] * [libcurl](http://curl.haxx.se/libcurl/) - Multiprotocol file transfer library. [MIT/X derivate license] * [libjingle](https://code.google.com/p/libjingle/) - Google talk voice and P2P interoperability library. [BSD] From 8a5f62bded93f33bf834dda6d37b2d0de8e00112 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Juan=20P=C3=A9rez?= Date: Wed, 27 Dec 2017 12:44:14 +0100 Subject: [PATCH 2/2] updated description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3acee1f..9fcb9d3 100644 --- a/README.md +++ b/README.md @@ -492,7 +492,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [cpr](https://github.com/whoshuu/cpr) - A modern C++ HTTP requests library with a simple but powerful interface. Modeled after the Python Requests module. [MIT] [website](https://whoshuu.github.io/cpr/) * [curlcpp](https://github.com/JosephP91/curlcpp) - An object oriented C++ wrapper for CURL(libcurl). [MIT] * [Dyad.c](https://github.com/rxi/dyad) - Asynchronous networking for C. [MIT] -* [evpp](https://github.com/Qihoo360/evpp) - Network library for high performance network services with TCP/UDP/HTTP protocols. [BSD] +* [evpp](https://github.com/Qihoo360/evpp) - C++ high performance networking with TCP/UDP/HTTP protocols. [BSD] * [HTTP Parser](https://github.com/nodejs/http-parser) :zap: - A http request/response parser for C. [MIT] * [libcurl](http://curl.haxx.se/libcurl/) - Multiprotocol file transfer library. [MIT/X derivate license] * [libjingle](https://code.google.com/p/libjingle/) - Google talk voice and P2P interoperability library. [BSD]