Create a server using ZeroMQ that is initialized on the command line with a single argument for the port number. It will give appropriate error messages on failure. Valid messages to the server will be strings representing integers 0 to 100. The server will convert the string to an integer and reply with an acknowledge message. Again, appropriate error messages for invalid input is required.
Create a server using ZeroMQ that is initialized on the command line with a single argument for the port number. It will give appropriate error messages on failure. Valid messages to the server will be strings representing integers 0 to 100. The server will convert the string to an integer and reply with an acknowledge message. Again, appropriate error messages for invalid input is required.