Skip to content

Simple System Message Broker by UDP. Sysmb supports simple publish a message and subscribe a message, don't care which destination send to or receive from.

License

Notifications You must be signed in to change notification settings

forthe2008/sysmb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sysmb

Simple System Message Broker by UDP. sysmb supports simple publish a message and subscribe a message, don't care which destination send to or receive from.

Installation

Make sure you have a working go enviroment.

To install sysmb, run : go get github.com/forthe2008/sysmb

To compile it from source git clone https://github.com/forthe2008/sysmb go install && go test cd sysmb-server && go install && sysmb-server

Example

see https://github.com/forthe2008/sysmb/example

Compile the sysmb-server, run sysmb-server as a daemon in the system. 
Appilcation use the API privated in sysmb.go to publish/subscribe message

About

Simple System Message Broker by UDP. Sysmb supports simple publish a message and subscribe a message, don't care which destination send to or receive from.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages