wotpy.protocols.ws

WebSockets Protocol Binding implementation.

client

Classes that contain the client logic for the Websocket protocol.

enums

Enumeration classes related to the WebSockets server.

handler

Class that handles incoming WebSockets messages.

messages

Classes that represent JSON-RPC messages exchanged over WebSockets.

schemas

Schemas following the JSON Schema specification used to validate the shape of WebSockets messages.

server

Class that implements the WebSockets server.