diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2017-03-24 20:32:16 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 00:07:32 +0000 |
commit | 143e052c02a5b8f6011ce7aa9945d5c436da89ea (patch) | |
tree | 1f2962197078caa971e952af4799d50f578b0cf0 /libraries/wangle/README | |
parent | 2658cfb1d6eb8691abaa2f4679883dd389e819fe (diff) |
libraries/wangle: Updated for version 2017.03.20.00.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/wangle/README')
-rw-r--r-- | libraries/wangle/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libraries/wangle/README b/libraries/wangle/README index b22279ce3685b..906048204d78d 100644 --- a/libraries/wangle/README +++ b/libraries/wangle/README @@ -1,7 +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 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, +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++. |