Basic server that parses demos provided either by upload or url
Send a POST request with the demo file as raw body to example.com/parse
Send a POST request with the url of a demo file as raw body to example.com/url
You can configure the port the server listens on by setting the PORT
environment variable.
A preconfigured docker image with the server is available as demostf/demoserver