//
pkg.gl
Category
github.com/CodingForFunAndProfit/websocketchat
module
package
0.0.0-20220405155000-bd4718869658
Repository:
https://github.com/codingforfunandprofit/websocketchat.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
0
Files
186 SLOC
#
README
websocketchat
The chat example from gorilla/websocket implementation
#
Structs
Client
Client is a middleman between the websocket connection and the hub.
Hub
Hub maintains the set of active clients and broadcasts messages to the clients.