Skip to content

rakeshriv/ZmqGo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZmqGo

Using messaging library ZeroMQ in golang.

This project is about using ZeroMQ messaging library in golang. ZeroMQ supports few different patterns for exchanging messages between different components. I am making use of the pub-sub pattern where multiple publishers send out messages to a single subscriber. I have writtent the program in golang.

Dependencies:

ZeroMQ official guide - https://github.com/raasmj/ZmqGo.git

ZeroMQ Go binding - https://github.com/zeromq/goczmq

About

Using messaging library ZeroMQ in golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages