HiveMind - Local WebChat
Mycroft Webchat Terminal - Connecting to the HiveMind with javascript reference implementation
This uses tornado to serve the webchat
Usage
This uses HiveMindJs
change hivemind settings at hivemind_webchat/static/js/app.js
run python -m hivemind_webchat
Access from web browser http://localhost:9090
default settings are
// HiveMind socket
user = "HivemindWebChat";
key = "ivf1NQSkQNogWYyr";
crypto_key = "ivf1NQSkQNogWYyr";
ip = "127.0.0.1";
port = 5678;
hivemind_address = 'ws://' + ip + ":" + port
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
Description
Languages
CSS
51.5%
JavaScript
30.1%
Python
9.6%
HTML
8.8%

