Pakket: python3-aiohttp-sse (2.2.0-2)
Verwijzigingen voor python3-aiohttp-sse
Debian bronnen:
Het bronpakket aiohttp-sse downloaden:
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.
Andere aan python3-aiohttp-sse gerelateerde pakketten
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-aiohttp
- http client/server for asyncio