Closed tbnorth closed 6 years ago
python -c "from tornado import web, ioloop; app = web.Application([(r'/(.*)', web.StaticFileHandler, {'path': './'})]); app.listen(8000); ioloop.IOLoop.instance().start()"
http://127.0.0.1:8000/src/cesium_glide.html
python -c "from tornado import web, ioloop; app = web.Application([(r'/(.*)', web.StaticFileHandler, {'path': './'})]); app.listen(8000); ioloop.IOLoop.instance().start()"
http://127.0.0.1:8000/src/cesium_glide.html