Add Tufão (Networking)

This commit is contained in:
Rodrigo Delduca
2014-07-25 11:56:27 -03:00
parent 5062914bfa
commit d8dfd29227

View File

@@ -215,6 +215,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
* [net_skeleton](https://github.com/cesanta/net_skeleton) - TCP client/server library for C/C++. * [net_skeleton](https://github.com/cesanta/net_skeleton) - TCP client/server library for C/C++.
* [Onion](https://github.com/davidmoreno/onion) - HTTP server library in C designed to be lightweight and easy to use. * [Onion](https://github.com/davidmoreno/onion) - HTTP server library in C designed to be lightweight and easy to use.
* [POCO](http://pocoproject.org/) - C++ class libraries and frameworks for building network- and internet-based applications that run on desktop, server, mobile and embedded systems. * [POCO](http://pocoproject.org/) - C++ class libraries and frameworks for building network- and internet-based applications that run on desktop, server, mobile and embedded systems.
* [Tufão](https://github.com/vinipsmaker/tufao) - An asynchronous web framework for C++ built on top of Qt
* [WebSocket++](https://github.com/zaphoyd/websocketpp) - C++/Boost Asio based websocket client/server library. * [WebSocket++](https://github.com/zaphoyd/websocketpp) - C++/Boost Asio based websocket client/server library.
* [ZeroMQ](http://zeromq.org/) - High-speed, modular asynchronous communication library. * [ZeroMQ](http://zeromq.org/) - High-speed, modular asynchronous communication library.