Skip to content
This repository has been archived by the owner on Jul 4, 2021. It is now read-only.
/ messenger Public archive

Simple broadcasting mechanism using go channels

License

Notifications You must be signed in to change notification settings

ugjka/messenger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 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 mechanism 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

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages