hilaz87

Results 1 comments of hilaz87

Hi, I want to share this simple solution (It might be useful for someone) : ```python from fastapi import FastAPI, WebSocket, WebSocketDisconnect from fastapi.responses import HTMLResponse app = FastAPI() html...