Skip to content

JarbasHiveMind/HiveMind-webchat

Repository files navigation

HiveMind - Local WebChat

logo

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

Usage

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

Privacy

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

Credits

Original Webchat UI: jcasoft