Skip to content

Golang websocket server for private or broadcasted messages

License

Notifications You must be signed in to change notification settings

DATA-DOG/golang-websocket-hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Websocket hub for golang

GoDoc

What? - ready to use websocket server with user subscription for private or broadcast messages. It is based on gorilla websockets package.

Why? - I find it a common use case for needing such behavior in day to day applications. Decided to opensource, maybe someone will find it useful.

See the example application built with angular to show realtime behavior.

cd example && make

Visit localhost:8000 to see it in action. Open a few tabs and try to send some messages.

About

Golang websocket server for private or broadcasted messages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published