HTTPリクエストをWebSocketで中継するAPI セットアップ pip install -r requirements.txt 起動 開発環境 uvicorn main:app --reload 本番環境 uvicorn main:app --host 0.0.0.0