https://github.com/just1689/swoq
Scale by Websocket over Queues
https://github.com/just1689/swoq
go gorilla-mux nats scale websocket
Last synced: about 1 month ago
JSON representation
Scale by Websocket over Queues
- Host: GitHub
- URL: https://github.com/just1689/swoq
- Owner: just1689
- License: mit
- Created: 2019-12-18T15:31:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-07T17:58:05.000Z (over 6 years ago)
- Last Synced: 2024-12-24T10:05:28.384Z (over 1 year ago)
- Topics: go, gorilla-mux, nats, scale, websocket
- Language: Go
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scale by Websocket over Queues (swoq)
The goal of this project is to decouple websocket servers from the worker nodes that carry out server-side work. This allows shaping and throttling for workers. Later on this will allow clients to reconnect with their old ID.
## Project Status
Currently the project supports the following
- Adding a Gorilla websocket client to the default http mux.
- Connecting to NATs
- Creating workers
- Closing a client queue subscriber when the client disconnects from the websocket server
- Allowing clients to indicate they are a previous client reconnecting