An open API service indexing awesome lists of open source software.

https://github.com/gbbr/pusher

Concurrent WebSockets with Go
https://github.com/gbbr/pusher

Last synced: about 2 months ago
JSON representation

Concurrent WebSockets with Go

Awesome Lists containing this project

README

        

Pusher
======

_WARNING_:

Data race occurs here. Do not use this library on a heavily loaded environment. This is no longer maintained.

Concurrent WebSockets with Go.

Run with `go run server/main.go` then open `localhost:888` on multiple clients and start pushing.

[See it in action on YouTube](https://www.youtube.com/watch?v=UxQJkof9_do).