This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
FastAPI Websocket
#161
-
How do I get the URL/endpoint, for WebSocket connection once I have deployed my python-server-side code (FastAPI) to deta space. So far I have only worked with normal POST, GET etc requests using HTTP protocol. So i am not sure about WebSocket connection and where to get the public url that i can connect with. |
Beta Was this translation helpful? Give feedback.
Answered by
fffena
Aug 23, 2023
Replies: 1 comment
-
WebSockets aren't supported as micro can only handle up to 20 seconds. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
abdelhai
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WebSockets aren't supported as micro can only handle up to 20 seconds.
https://deta.space/docs/en/build/faq#do-micros-support-websockets