//Package relay /* The `relay` package contains the implementation of the Relay server and client. The Relay server can be used to relay messages between peers on a single network channel. In this implementation the transport layer is the WebSocket protocol. */ package relay