- server should bind to port 6666 with REP socket
- server receives a message with a single frame
- If message saying 'Hello' server replies with single frames with 'Hello World'
- Otherwise server reply with 'Error'
- client connects to tcp://192.168.43.186:6666 with REQ with socket
- client send a message with a single frame 'Hello'
- client wait for server response