Expand description
Contains the definition that one must match on the JavaScript side.
Structs§
- Connection
- Type of the object that represents an open connection with a remote.
- Connection
Event - Type of the object that represents an event containing a new connection with a remote.
- Listen
Event - Type of the object that represents an event generated by listening.
- Transport
- Type of the object that allows opening connections.
Functions§
- websocket_
transport - Returns a
Transport
implemented using websockets.