-
First Check
Commit to Help
Example Code@router.websocket("/wss")Descriptionhow to use wss Operating SystemmacOS Operating System DetailsNo response FastAPI Version0.88.0 Python Version3.11 Additional ContextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
@Hui-cd Do you tried the WebSockets implementation example from the docs in combination with the uvicorn running with https setup? |
Beta Was this translation helpful? Give feedback.
-
|
@Hui-cd Hello! Also, a secure websocket connection starts with |
Beta Was this translation helpful? Give feedback.
-
|
using websockets: |
Beta Was this translation helpful? Give feedback.
@Hui-cd Do you tried the WebSockets implementation example from the docs in combination with the uvicorn running with https setup?
https://fastapi.tiangolo.com/advanced/websockets/
https://www.uvicorn.org/deployment/#running-with-https