Documentation
¶
Overview ¶
Hello World client in Go Connects REQ socket to tcp://localhost:5555 Sends "Hello" to server, expects "World" back
Hello World server in Go Binds REP socket to tcp://*:5555 Expects "Hello" from client, replies with "World"
Demonstrate identities as used by the request-reply pattern. Run this program by itself.
ROUTER-to-DEALER example ¶
ROUTER-to-REQ example ¶
Report 0MQ version
Source Files
¶
Click to show internal directories.
Click to hide internal directories.