Can someone point me to an example of non-integrating ZeroMQ (0MQ) REQ / REP with Python bindings? My understanding of ZMQ may be wrong, but I could not find an example on the Internet.
I have a server in Node.JS that sends work from multiple clients to the server. The idea is that the server can deploy a bunch of jobs running in parallel, instead of processing data for one client, and then the next
ejang source share