Skip to content

Sample project on how to write NetMQ components with the Actor pattern and ZProto

Notifications You must be signed in to change notification settings

OfficeAutomata/NetMQ.High

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetMQ.High

NetMQ high is a sample project on how to write NetMQ components with the Actor pattern and ZProto.

Currently the project contains 4 components:

  • Client - Client component that connect to Server or Load Balancer.
  • AsyncServer - Server component that can reply to request asynchronously
  • Load Balancer - Server component that load balancing request to different Workers according to Service.
  • Worker - Worker component that reply to service request synchronously.

About

Sample project on how to write NetMQ components with the Actor pattern and ZProto

Resources

Stars

Watchers

Forks

Languages

  • C# 100.0%