package
1.0.0-rc.5
Repository: https://github.com/beneath-hq/beneath.git
Documentation: pkg.go.dev

# Functions

NewBroker initializes a new Broker.

# Structs

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

# Interfaces

Server implements handlers for websocket connections and queries.

# Type aliases

QueryID is an identifer passed by a user to distinguish between data when they have multiple subscriptions.