/Samples

Samples of NetMQ

Primary LanguageC#

This repo hosts samples showing the use of NetMQ, an implementation of ZeroMQ for .NET.

These sample patterns are mostly from the ZeroMQ Guide, which is recommended reading for working with NetMQ and ZeroMQ in general.

Following are the current samples:

  • Beacon
  • Brokerless Reliability (Freelance pattern)
  • Hello World
  • Inter Broker Worker
  • Load Balancing Pattern
  • Majordomo Pattern
  • Multithreading
  • Pirate Pattern
  • Titanic Pattern
  • Weather Update

Feel free to make your own contribution and make a pull request.