套件:python3-jsonrpc-websocket(3.1.5-2)
python3-jsonrpc-websocket 的相關連結
Debian 的資源:
下載原始碼套件 python-jsonrpc-websocket:
- [python-jsonrpc-websocket_3.1.5-2.dsc]
- [python-jsonrpc-websocket_3.1.5.orig.tar.gz]
- [python-jsonrpc-websocket_3.1.5-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Compact JSON-RPC websocket client library for asyncio
This library provides a simple and efficient JSON-RPC websocket client for asyncio-based applications. It supports nested namespaces, allowing structured and organized remote function calls. The library enables executing remote JSON-RPC functions over websocket connections and supports both synchronous and asynchronous method calls. It allows handling requests from the server to the client and offers the flexibility to pass through aiohttp-specific arguments. The connection management, including session handling, is designed to be straightforward, making the library suitable for applications requiring real-time communication over websockets.
其他與 python3-jsonrpc-websocket 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-aiohttp
- http client/server for asyncio
-
- dep: python3-async-timeout
- timeout context manager for asyncio programs in Python
-
- dep: python3-jsonrpc-base
- JSON-RPC client library base interface