adhocracy_core.websockets package

Asynchronous client-server communication via Websockets.

exception WebSocketError(error_type: str, details: str)[source]

Bases: Exception

An error that occurs during communication with a WebSocket client.

Initialize self.

includeme(config)[source]

Configure WebSockets client.