Versions in this module Expand all Collapse all v0 v0.0.8 Jun 20, 2025 Changes in this version + func HandleWebSocket(hub *WebHub) http.HandlerFunc + type WebClient struct + type WebHub struct + func NewWebHub(verbose bool) *WebHub + func StartServer(port int, styleCSS, appJS []byte, indexHandler http.HandlerFunc, ...) *WebHub + func (h *WebHub) Broadcast(event models.EventOutput) + func (h *WebHub) Run()