slackbuilds_ponce/libraries/wangle/README
Andre Barboza cb538f7e04 libraries/wangle: Added (C++ networking library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2016-12-17 01:18:30 +07:00

7 lines
310 B
Text

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++.