ZeroMQ comes with a lot binding, here is a quick tutorial to pickup the C# one.
Create one console application, and search Zeromq in the Nuget package, you will see one for x64 and one for x86.
then we can create a zemomq server and one client which send message to the server,
Run the application,
for the Node.js, we can install one module called , zmq which is the zeromq binding for node.js
then create one simple js code and send a message to the 5555 service,( using buffer as the encoder for utf8)
No comments:
Post a Comment