Package: wnpp Severity: wishlist Owner: Edward Betts <edw...@4angle.com>
* Package name : aiohttp-sse Version : 2.2.0 Upstream Author : Nikolay Novik <nickolaino...@gmail.com> * URL : https://github.com/aio-libs/aiohttp_sse * License : Apache-2.0 Programming Lang: Python Description : Server-sent events support for streaming data over HTTP This library offers support for server-sent events (SSE), enabling the streaming of data from a server to clients over HTTP. Maintaining an open connection between the client and server, it allows the continuous flow of real-time updates in the text/event-stream format. This is particularly useful for applications requiring real-time notifications, such as live news feeds, chat applications, or real-time dashboards, where maintaining a persistent connection is critical for functionality. The library can interact with client-side EventSource interfaces to deliver these continuous updates, ensuring they are sent as server events occur. This library is a dependancy of Home Assistant, the Python smart home platform. I plan to maintain it as part of the Home Assistant team.