Skip to content

Instantly share code, notes, and snippets.

@qnikst
Created December 5, 2012 07:20
Show Gist options
  • Save qnikst/4213380 to your computer and use it in GitHub Desktop.
Save qnikst/4213380 to your computer and use it in GitHub Desktop.
Zeromq template?
I have a distributed network that consists of a equal nodes.
I have 2 types of messages:
Events:
Each node can send a stream of events corresponding to concrete "structure"
All nodes can subscribe to events for list of "structures"
Commands:
Each node can send a commands to concrete node.
Responses to commands should be asynchronous.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment