{"categories":[{"label":"Application Frameworks","url":"https://skillfed.io/packages/category/software-development-libraries-application-frameworks/5"}],"enrichment":{"capability":"Integrates Socket.IO real-time bidirectional communication into FastAPI applications, allowing you to add WebSocket-based event handlers alongside HTTP routes.","skillfed_tags":["websocket","real-time","unmaintained"],"use_cases":["Add real-time chat or messaging features to a FastAPI application without managing Socket.IO setup separately","Build collaborative tools where multiple clients need to receive live updates from the server or other clients","Create live dashboards or monitoring interfaces that push data to connected clients as events occur","Implement notification systems that deliver events to specific users or broadcast to all connected sessions"],"what_it_does":"fastapi-socketio is a lightweight wrapper that attaches Socket.IO event handling to a FastAPI application. It exposes Socket.IO functionality through the FastAPI app object or a standalone SocketManager instance, letting you decorate async functions to handle real-time events like client connections, custom messages, and disconnections. The package depends on fastapi and python-socketio to bridge the two frameworks.\n\nThe integration is straightforward: instantiate SocketManager with your FastAPI app, then use decorators to define event handlers. You can emit events back to clients and manage bidirectional communication alongside your standard HTTP endpoints. However, the project is archived and has not been updated since early 2023, so it may not reflect recent changes in either FastAPI or Socket.IO.","worth_installing":"Yes, if you need Socket.IO integration with FastAPI and can tolerate an unmaintained package. The low install friction and permissive license make it easy to adopt, and it has moderate popularity. However, the abandoned status since 2023 means you should verify compatibility with your target FastAPI and python-socketio versions, and be prepared to fork or patch if issues arise. Not recommended for production systems requiring active upstream support."},"id":"fastapi-socketio","links":{"html":"https://skillfed.io/packages/fastapi-socketio","md":"https://skillfed.io/packages/fastapi-socketio.md","pypi":"https://pypi.org/project/fastapi-socketio/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2023-03-03","license_spdx":null,"license_treatment":"permissive","name":"fastapi-socketio","python_support":"unspecified","summary":"Easily integrate socket.io with your FastAPI app."},"popularity":{"monthly_downloads":112965,"position":12355,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.0.10"}
