To add SocketIO support to FastAPI all you need to do is import SocketManager and pass it FastAPI object. # app.py from fastapi import ...
確定! 回上一頁