summaryrefslogtreecommitdiffstats
path: root/libraries/wangle/README
diff options
context:
space:
mode:
author Andre Barboza <bmg.andre@gmail.com>2016-12-16 23:34:01 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-12-17 01:18:30 +0700
commitcb538f7e0479a5495f6459bb1031831056d51c73 (patch)
tree18e16f1f2fe0022113f75115a6364d2d74353210 /libraries/wangle/README
parentfbc60ab374ed683060d3e3faf676cebbe87ed831 (diff)
downloadslackbuilds-cb538f7e0479a5495f6459bb1031831056d51c73.tar.gz
slackbuilds-cb538f7e0479a5495f6459bb1031831056d51c73.tar.xz
libraries/wangle: Added (C++ networking library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/wangle/README')
-rw-r--r--libraries/wangle/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/wangle/README b/libraries/wangle/README
new file mode 100644
index 0000000000..b22279ce36
--- /dev/null
+++ b/libraries/wangle/README
@@ -0,0 +1,7 @@
+Wangle is a framework providing a set of common client/server
+abstractions for building services in a consistent, modular,
+and composable way.
+
+Wangle is a library that makes it easy to build protocols,
+application clients, and application servers.
+It's like Netty + Finagle smooshed together, but in C++.