Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```