Replies: 1 comment
-
I suggest you look at the examples in this repository for guidance. For example, https://github.com/miguelgrinberg/python-socketio/blob/main/examples/server/asgi/app.py uses rooms. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just want to ask on how I could connect the socket connections via rooms, both the socket-io javascript and python-socket-io. Having a hard time connecting them, I could still not be able to listen in any messages from javascript app, also could not send message from fastapi app to the javascript app
Beta Was this translation helpful? Give feedback.
All reactions