fastapi-socketio icon indicating copy to clipboard operation
fastapi-socketio copied to clipboard

SocketManager Rewrite

Open Artucuno opened this issue 1 year ago • 0 comments

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
  • 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

Artucuno avatar Nov 25 '23 02:11 Artucuno