Totaly not ready for prime time yet!
You will need python3, nginx with some modules and a mongodb server
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Nginx needs to have the push-stream compiled into it so that the event sending code would work
There is a sample nginx config in nignx.conf
file that can be used for development
nginx server can be ran like this:
sudo nginx -p `pwd` -c nginx.conf