Home »
MCQs »
FastAPI MCQs
WebSockets are supported by FastAPI via the ____ class in the FastAPI module
25. WebSockets are supported by FastAPI via the ____ class in the FastAPI module.
- Web class
- Sockets class
- WebGL class
- WebSockets class
Answer: D) WebSockets class
Explanation:
WebSockets are supported by FastAPI via the WebSocket class in the FastAPI module.