Mycroft Webchat Terminal - Connecting to the HiveMind with javascript reference implementation
You can find a online demo here
This repo uses tornado to serve the webchat, see gh-pages branch for the static page served in the demo
powered by HiveMindJs
usage: __main__.py [-h] [--port PORT] [--announce]
Start HiveMind WebChat
optional arguments:
-h, --help show this help message and exit
--port PORT port to run webchat (default 9090)
Access from web browser http://localhost:9090
Securing tornado is out of scope for this repo, it is currently served by HTTP, you probably want to set up nginx or equivalent with let's encrypt certificates
Hivemind Encryption is supported
Original Webchat UI: jcasoft