zmq4
zmq4 copied to clipboard
[Examples] Consider splitting examples into server/client components
Having recently implemented CURVE ZMQ using this library, it's not clear in the examples which calls should be made only on the client, only on the server or on both as they are contained within the same file.
I'd suggest either splitting them into two separate components go files, or clearly commenting them to indicate which side of the connection each call belongs to.