Module socket

Module socket 

Source
Expand description

An interface for asynchronous communication with clients, using WebSockets.

Structs§

Connection
A connection facilitating bi-directional, asynchronous communication with a client.

Enums§

SocketError
An error returned by a socket handler.