Skip to content

Simple broadcasting mechanism using go channels

License

Notifications You must be signed in to change notification settings

louwilkinson/messenger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Messenger

Simple broadcasting mechanism using go channels

Build Status codecov GoDoc Go Report Card License: MIT Donate

What is this

This is a simple broadcasting mechanisms where gouroutines can subscribe and unsubscribe to recieve messages from the Messenger instance.

Channels can be buffered to reduce blocking and messages can be dropped if channel's buffer is full. These are configurable options.

Why

Because i needed this for some silly stuff and ofcourse, why not!

About

Simple broadcasting mechanism using go channels

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%