circuits.web.dispatchers.websockets – WebSockets

WebSockets

This module implements a WebSockets dispatcher that handles the WebSockets handshake, upgrades the connection and translates incoming messages into Message events.

Events

class circuits.web.dispatchers.websockets.Message(*args, **kwargs)

Message Event

Components

class circuits.web.dispatchers.websockets.WebSockets(path=None)

Functions

none