Buzzwords...
But this is the truth: By cloning this repo and following the instructions you might get a working flask app that can ping arbitrary domains when the client asks for it.
The client is a webpack-powered, ReactJS app styled by bootstrap.
please be tidy, do this in a virtualenv
mkvirtualenv flask-react
pip install -r requirements.txt
and enure that the executables are visible in the PATH
npm install
export PATH=`pwd`/node_modules/bin:$PATH
webpack will turn the
make static
this will also serve the static files
make run
make workers