软件包:python3-pysignalr(1.3.0-1)
Async-ready client for SignalR protocol
This library provides a modern and reliable client for the SignalR protocol, enabling asynchronous communication with SignalR servers. It supports real- time functionalities, allowing the exchange of messages in a dynamic environment such as a web application. Users can connect to, send, and receive messages from a SignalR server, facilitating interactions that demand up-to- date and instant data transmission. The client is built on an asyncio framework, allowing for efficient handling of concurrent operations. Useful for applications needing real-time data updates, this library is particularly relevant in contexts like web-based dashboards or collaborative tools that require a persistent connection to a central server.
其他与 python3-pysignalr 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-aiohttp
- http client/server for asyncio
-
- dep: python3-msgpack
- Python 3 implementation of MessagePack format
-
- dep: python3-orjson
- JSON parsing Python library
-
- dep: python3-websockets
- implementation of the WebSocket Protocol (RFC 6455)