added evpp library in networking

This commit is contained in:
Alejandro Juan Pérez
2017-12-27 12:42:15 +01:00
committed by GitHub
parent 6a9842c887
commit b32254618a

View File

@@ -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]