fastapi-socketio
fastapi-socketio copied to clipboard
Easily integrate socket.io with your FastAPI app 🚀
Hello, I am using FastAPI with socketIO and using socket emit(Javascript) for sending client button "onclick" event to server which listens to this event and then emits some data after...
The default mounting point of `/ws/socket.io` no longer works correctly for quite some time now, because of this change to Starlette (which, apparently, is just following the ASGI spec): https://github.com/encode/starlette/discussions/2413#discussioncomment-8108358...
Hello! thanks for pretty library!! I want to talk about my problem and how i do solved it! If you have a better way or I did something wrong, please...