Open source
PyFaye
Python client for the Bayeux / Faye publish–subscribe protocol over WebSocket and long-polling.
PyFaye is a compact Python client for talking to Faye-compatible servers. If you’re wiring real-time fan-out into a Python service — dashboards, live ops tools, chat bridges — this library keeps the Bayeux ceremony behind a small, predictable API.
Highlights
- Multiple transports — WebSocket preferred, long-polling when you have to.
- Pragmatic error handling — reconnect and resubscribe paths that don’t assume your network is friendly.
- Made for tooling — not a framework, just a client you can embed.