From c197889dfad4d8d50a5bafd164bb719e5ff4b9b1 Mon Sep 17 00:00:00 2001 From: myd7349 Date: Sun, 4 Nov 2018 14:25:43 +0800 Subject: [PATCH] Networking: Add Wangle --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9fd959b..e1c50f0 100644 --- a/README.md +++ b/README.md @@ -577,6 +577,7 @@ array expressions, inspired by NumPy syntax. [BSD 3-clause] [website](http://qua * [Silicon](http://siliconframework.org) - A high performance, middleware oriented C++14 http web framework. [MIT] * [Tufão](https://github.com/vinipsmaker/tufao) - An asynchronous web framework for C++ built on top of Qt. [LGPL2] * [uWebSockets](https://github.com/uNetworking/uWebSockets) - µWS is one of the most lightweight, efficient & scalable WebSocket & HTTP server implementations available. [Zlib] +* [Wangle](https://github.com/facebook/wangle) - A client/server application framework to build asynchronous, event-driven modern C++ services. [Apache-2.0] * [wdt](https://github.com/facebook/wdt) - An embeddedable library (and command line tool) aiming to transfer data between 2 systems as fast as possible over multiple TCP paths. [BSD-3-Clause] * [WebSocket++](https://github.com/zaphoyd/websocketpp) - C++/Boost Asio based websocket client/server library. [BSD]