fastapi-socketio
fastapi-socketio copied to clipboard
SocketManager Rewrite
This pull request:
- Makes the SocketIO routes mount correctly (a4fc06c8b1cea42733db8ca4edcff69151b8c5cd)
- Makes SocketManager a subclass of
socketio.AsyncServer
(85df9bc148eb818da008c81d091fe8b88a4510b2)- Inherits all functions and variables from
socketio.AsyncServer
- Cleaner looking
- Inherits all functions and variables from
- Changes CORS Policy based on FastAPI CORS Middleware (85df9bc148eb818da008c81d091fe8b88a4510b2)
- Updates examples (da5974a7fb0abc1043c786859732b3268907fae6) (87d8a4874171f6bf88f52910ef4a2add4f503976) (13955c9612f2d190a40987dd0b754e68b6ff3f57)
- Updated Server Example
- Example for CORS
- Client connection example from #32