Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 712 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 712 Bytes

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.