In your WebSocket route you can await for messages and send messages. from fastapi import FastAPI, WebSocket from fastapi ...
確定! 回上一頁