Expose Python HTTP Server

Share your Python dev server (Flask, Django, FastAPI, or http.server) publicly.

Quick Python Server

For quick file sharing: python3 -m http.server 8000.

For APIs: Flask (5000), Django (8000), FastAPI/Uvicorn (8000).

Setup

Start your Python server.

Run the Skytunnel command with the appropriate port.

Your API or file server is now publicly accessible over HTTPS.

? FAQ

Yes. /docs and /redoc are accessible through the tunnel.