Hello, We are sharing this here hoping it might benefit the zeromq community. At Facebook we have been leveraging libzmq for some internal projects. Along the way we have developed a 'fbzmq' - a set of C++ wrappers that allow for easier development and integration with other Facebook's open-source projects, e.g., folly and thrift.
[fbzmq] => https://github.com/facebookincubator/fbzmq fbzmq<https://github.com/facebookincubator/fbzmq> provides a framework for writing services in C++, building on top of the awesomeness of libzmq, i.e., using message-passing semantics. At a high level it provides: > lightweight C++ wrappers over `libzmq` that leverage C++ abstractions and > stricter type checking. Most notably it provides the ability to send/receive > `thrift objects` as messages over the wire without worrying about wire > encoding/decoding protocols. > Powerful `Async Framework` with event loop, timeout, signal handling and more > to enable developers to write asynchronous applications efficiently. We are open to external contributions and hope you will find fbzmq useful! Thank you, Saif
_______________________________________________ zeromq-dev mailing list [email protected] https://lists.zeromq.org/mailman/listinfo/zeromq-dev
