Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivan1993spb/pwshandler
pwshandler is golang package containing handler which may be useful at the projects where websocket connections are divided into a groups with a common group data
https://github.com/ivan1993spb/pwshandler
go golang handler pattern websocket
Last synced: 3 months ago
JSON representation
pwshandler is golang package containing handler which may be useful at the projects where websocket connections are divided into a groups with a common group data
- Host: GitHub
- URL: https://github.com/ivan1993spb/pwshandler
- Owner: ivan1993spb
- License: bsd-2-clause
- Created: 2014-12-07T21:23:37.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-24T11:57:25.000Z (over 8 years ago)
- Last Synced: 2024-06-19T20:51:05.436Z (8 months ago)
- Topics: go, golang, handler, pattern, websocket
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Pool WebSocket handler
======================[![GoDoc](https://godoc.org/github.com/ivan1993spb/pwshandler?status.svg)](https://godoc.org/github.com/ivan1993spb/pwshandler)
PoolHandler is handler which may be useful at the projects where websocket connections are divided into a groups (pools) with a common group data.
```bash
$ go get -u github.com/ivan1993spb/pwshandler
```