1
0
Fork 0
mirror of https://github.com/fffaraz/awesome-cpp.git synced 2025-01-27 15:25:51 -05:00

Merge pull request #346 from Organic-Code/patch-1

Adding Breep
This commit is contained in:
Faraz Fallahi 2017-06-18 15:51:34 -05:00 committed by GitHub
commit 05fc7c7328

View file

@ -445,6 +445,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
* [ACE](http://www.cs.wustl.edu/~schmidt/ACE.html) - An OO Network Programming Toolkit in C++. [?MIT?]
* [Boost.Asio](http://think-async.com/) :zap: - A cross-platform C++ library for network and low-level I/O programming. [Boost]
* [Breep](https://github.com/Organic-Code/Breep) - Event based, high-level C++14 peer-to-peer library. [EUPL-1.1 (OSI approved)]
* [C++ REST SDK](https://github.com/Microsoft/cpprestsdk) - C++ REST SDK (previously named Casablanca). [Apache2]
* [Restbed](https://github.com/corvusoft/restbed) - C++11 Asynchronous RESTful framework. [AGPL]
* [cpp-netlib](http://cpp-netlib.org/) - A collection of open-source libraries for high level network programming. [Boost]