[zeromq-dev] fbzmq - C++ wrapper and async framework around libzmq
Luca Boccassi
luca.boccassi at gmail.com
Tue Mar 21 18:19:55 CET 2017
On Tue, 2017-03-21 at 17:09 +0000, Saif Hasan wrote:
> 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
That's great, thank you for sharing it!
What about adding it to the C++ list on zeromq.org?
http://zeromq.org/bindings:cpp
Kind regards,
Luca Boccassi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: This is a digitally signed message part
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20170321/7227e58f/attachment.sig>
More information about the zeromq-dev
mailing list