tbnorth / miscproj

0 stars 0 forks source link

tornado server? #5

Closed tbnorth closed 6 years ago

tbnorth commented 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