
ZeroMQ is a socket library that allows developers to create distributed, concurrent, queue based messaging systems with high availability. One of the many benefits is the abstraction of dealing with sockets at a queue and atomic message level.
It’s really simple to use, here is an example:
Client
Server
This sample was taken from the internet but you can download a snapshot of the source here:
0 comments:
Post a Comment