Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 357 Bytes

File metadata and controls

19 lines (13 loc) · 357 Bytes

bensUnityWebSocketServer

Python Fast API server for hosting 2 Player games in Unity

Currently hosting:

Run Command

Pip install requirements text file for python packages.

uvicorn app:app --host 0.0.0.0 --port 8000

Render Hosting

uvicorn app:app --host 0.0.0.0 --port $PORT --http h11