The zaqar.transport.websocket.driver
module¶
-
class
Driver
(conf, api, cache)¶ Bases:
zaqar.transport.base.DriverBase
-
factory
¶
-
listen
()¶ Self-host the WebSocket server.
It runs the WebSocket server using ‘bind’ and ‘port’ options from the websocket config group, and the notifiton endpoint using the ‘notification_bind’ and ‘notification_port’ options.
-
notification_factory
¶
-