//
pkg.gl
Category
github.com/AntonioMartinezFernandez/golang-websockets-server
pkg
websockets-server
package
0.0.0-20240102081238-f7ab5393dbb9
Repository:
https://github.com/antoniomartinezfernandez/golang-websockets-server.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
1
Files
155 SLOC
#
Functions
NewHub
No description provided by the author
ServeWs
serveWs handles websocket requests from the peer.
#
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.