Creates the H3 websocket application and its in-memory peer registry.
Sets up a complete websocket server with:
Use when:
Expects:
dispose
Returns:
/ws
Ownership:
Optional
Self-contained Prometheus-compatible metric registry tracking server-level observables (peer counts, module totals). Register external instruments via registry.register(...) and scrape via registry.expose().
registry.register(...)
registry.expose()
Creates the H3 websocket application and its in-memory peer registry.
Sets up a complete websocket server with:
Use when:
Expects:
disposewhen the app is no longer neededReturns:
/wsendpoint plus cleanup helpers for peer shutdown and timer disposalOwnership: