jsonrpclib
RPC library
JSON-RPC implementation with support for original and proposed specifications, including batch submission, keyword arguments, and notifications.
A Python JSON-RPC over HTTP that mirrors xmlrpclib syntax.
447 stars
27 watching
144 forks
Language: Python
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
zcattacz/ujrpc | Provides a Simple JSON-RPC 2.0 middleware for Python-based APIs | 5 |
cxxxr/jsonrpc | A JSON-RPC implementation in Common Lisp for making requests to servers or clients over the network. | 66 |
ybbus/jsonrpc | An implementation of the JSON-RPC 2.0 protocol for client-side RPC over HTTP in Go. | 332 |
osamingo/jsonrpc | A JSON-RPC 2.0 implementation package in Go | 187 |
cloud-rocket/arduino-json-rpc | An implementation of the JSON-RPC protocol on an Arduino board for remote control via serial or other means. | 28 |
authorizon/fastapi_websocket_rpc | Provides a robust and production-ready bidirectional JSON RPC channel over Websockets. | 7 |
nedpals/v-jsonrpc | A basic JSON-RPC 2.0-compliant server written in a programming language. | 32 |
smagafurov/fastapi-jsonrpc | A JSON-RPC server implementation using FastAPI | 294 |
juliendelplanque/jrpc | A JSON-RPC 2.0 implementation for Pharo Smalltalk | 10 |
rpclib/rpclib | A C++ RPC library for remote procedure call using MessagePack. | 1,721 |
status-im/nim-json-rpc | Provides a standardized interface for remote procedure calls over JSON format | 91 |
oca/odoorpc | A Python module that provides an interface to interact with Odoo servers through JSON-RPC. | 238 |
eddelbuettel/rcppsimdjson | A set of C++ bindings for a fast JSON parsing library | 117 |
timonson/gentle_rpc | An HTTP and WebSocket JSON-RPC 2.0 client and server library for deno and browsers. | 45 |
cenobites/flask-jsonrpc | Provides a basic JSON-RPC implementation for building RESTful APIs with Python | 289 |