The application just needs to be put up on any web server. Using python3: python3 -m http.server 8000 Using python2: python2 -m SimpleHTTPServer 8000