package
0.0.0-20190603091140-d91554c37e14
Repository: https://github.com/vaniila/hyper.git
Documentation: pkg.go.dev

# README

Example websocket server with redis pubsub

This code is for educational purposes only. It demonstrates a basic implemention of custom pubsub message module. It is not secure. Do not use it in production.

How to use

$ go run main.go
$ wscat -c ws://localhost:4000/_s -p 8

# Packages

No description provided by the author