From d8dfd29227f992c907d5e6462ed5bb30cf9baf84 Mon Sep 17 00:00:00 2001 From: Rodrigo Delduca Date: Fri, 25 Jul 2014 11:56:27 -0300 Subject: [PATCH] =?UTF-8?q?Add=20Tuf=C3=A3o=20(Networking)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5bee085..0771a47 100644 --- a/README.md +++ b/README.md @@ -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++. * [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. +* [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. * [ZeroMQ](http://zeromq.org/) - High-speed, modular asynchronous communication library.