Accept external access with SimpleHTTPServer

Easily start an externally accessible web server

python -c "import BaseHTTPServer as bhs, SimpleHTTPServer as shs; bhs.HTTPServer(('192.168.1.1', 8888), shs.SimpleHTTPRequestHandler).serve_forever()"

Recommended Posts

Accept external access with SimpleHTTPServer
mongodb access with pymongo
Install external libraries with Python
Access Google Drive with Python
Allow external connections with jupyter notebook
Try http-prompt with interactive http access