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
- Host: GitHub
- URL: https://github.com/gbbr/pusher
- Owner: gbbr
- Created: 2014-07-19T15:46:30.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-25T13:45:21.000Z (almost 10 years ago)
- Last Synced: 2025-01-28T01:15:24.407Z (4 months ago)
- Language: Python
- Size: 383 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).