Description
Server-Sent Events streams can be consumed from Python through an aiohttp-based client. This library is for developers building realtime clients for event feeds, dashboards, or notifications. Event streams may contain user data and run indefinitely, so reconnect policy, logging, and authorization matter.