c++中网络接口协议框架
类似java中的netty c++中也有类似的 boost asio、grpc、zeromq和一个也可以用的mqtt,据说boost asio在申请进入std标准库
以及facebook wangle 关于实现:使用了future/promise,喜欢modern c++的其实可以认真学习下,官方说也在考虑引入fiber
以下是github readme内容:
C++ networking library
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++