パッケージ: 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
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- 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