# Functions
NewClientTransport establishes the transport with the required ConnectOptions and returns it to the caller.
NewServerTransport creates a ServerTransport with conn or non-nil error if it fails.
# Structs
ConnectOptions covers all relevant options for communicating with the server.
ServerConfig consists of all the configurations to establish a server transport.
WebsocketClient implements the ClientTransport interface with websockets.
No description provided by the author
# Interfaces
ClientTransport is the common interface for wsrpc client-side transport implementations.
ServerTransport is the common interface for wsrpc server-side transport implementations.
Abstracts websocket.Conn.