wangle

Modular, composable client/server abstractions framework for C++

brewmacoslinux
Try with needOr install directly
Source

About

Modular, composable client/server abstractions framework

Commands

wangle

Examples

Build a simple TCP server using Wangle's ServerBootstrap$ wangle-example --port 8080
Create a client connection with Wangle's ClientBootstrap$ wangle-client --host localhost --port 8080
View Wangle library documentation and headers$ brew info wangle && ls $(brew --prefix wangle)/include/wangle