Python WebSocket Brew
Source
Install
From wheel
pip install pubkeeper.brew.websocket
From source
git clone git@github.com:pubkeeper/python-brew-websocket
pip install -e python-brew-websocket
Settings
ws_host (default: localhost)
Host of the WebSocket server where clients can read the published information.
ws_port (default: 9555)
Port of said host.
ws_secure (default: True)
Connect via wss://
(secure) or ws://
(insecure).