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.
448 stars
27 watching
144 forks
Language: Python
last commit: almost 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| Provides a Simple JSON-RPC 2.0 middleware for Python-based APIs | 5 |
| A Common Lisp implementation of the JSON-RPC 2.0 protocol for remote procedure calls | 67 |
| An implementation of the JSON-RPC 2.0 protocol for client-side RPC over HTTP in Go. | 336 |
| A JSON-RPC 2.0 implementation package in Go | 187 |
| An implementation of the JSON-RPC protocol on an Arduino board for remote control via serial or other means. | 28 |
| Provides a robust and production-ready bidirectional JSON RPC channel over Websockets. | 7 |
| A basic JSON-RPC 2.0-compliant server written in a programming language. | 32 |
| A JSON-RPC server implementation using FastAPI | 293 |
| A JSON-RPC 2.0 implementation for Pharo Smalltalk | 11 |
| A C++ RPC library for remote procedure call using MessagePack. | 1,728 |
| Provides a standardized interface for remote procedure calls over JSON format | 92 |
| A Python module that provides an interface to interact with Odoo servers through JSON-RPC. | 240 |
| A set of C++ bindings for a fast JSON parsing library | 118 |
| An HTTP and WebSocket JSON-RPC 2.0 client and server library for deno and browsers. | 45 |
| Provides a basic JSON-RPC implementation for building RESTful APIs with Python | 290 |