Categorygithub.com/CodingForFunAndProfit/websocketchat
modulepackage
0.0.0-20220405155000-bd4718869658
Repository: https://github.com/codingforfunandprofit/websocketchat.git
Documentation: pkg.go.dev

# README

websocketchat

The chat example from gorilla/websocket implementation

# Structs

Client is a middleman between the websocket connection and the hub.
Hub maintains the set of active clients and broadcasts messages to the clients.