Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

FastAPI tunnel

Publish a FastAPI ASGI application through a public rstream HTTP tunnel without binding the app to a local port.

pip install -e "../../[asgi,examples]"
python main.py

The example opens a published HTTP tunnel, then passes each accepted stream to FastAPI through the SDK ASGI adapter.