jsonrpc
Request engine
A JSON-RPC implementation in Common Lisp for making requests to servers or clients over the network.
JSON-RPC 2.0 server/client for Common Lisp.
66 stars
11 watching
16 forks
Language: Common Lisp
last commit: about 1 month ago
Linked from 1 awesome list
common-lispjson-rpc
Related projects:
Repository | Description | Stars |
---|---|---|
ybbus/jsonrpc | An implementation of the JSON-RPC 2.0 protocol for client-side RPC over HTTP in Go. | 332 |
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 |
cinemast/libjson-rpc-cpp | A C++ framework for JSON-RPC remote procedure calls | 955 |
40ants/openrpc | An implementation of the OpenRPC protocol in Common Lisp | 27 |
osamingo/jsonrpc | A JSON-RPC 2.0 implementation package in Go | 187 |
joshmarshall/jsonrpclib | JSON-RPC implementation with support for original and proposed specifications, including batch submission, keyword arguments, and notifications. | 447 |
nedpals/v-jsonrpc | A basic JSON-RPC 2.0-compliant server written in a programming language. | 32 |
rpclib/rpclib | A C++ RPC library for remote procedure call using MessagePack. | 1,721 |
deno-libs/rpc | A JSONRPC server router for Deno | 24 |
authorizon/fastapi_websocket_rpc | Provides a robust and production-ready bidirectional JSON RPC channel over Websockets. | 7 |
status-im/nim-json-rpc | Provides a standardized interface for remote procedure calls over JSON format | 91 |
smagafurov/fastapi-jsonrpc | A JSON-RPC server implementation using FastAPI | 294 |
zcattacz/ujrpc | Provides a Simple JSON-RPC 2.0 middleware for Python-based APIs | 5 |
cenobites/flask-jsonrpc | Provides a basic JSON-RPC implementation for building RESTful APIs with Python | 289 |
oca/odoorpc | A Python module that provides an interface to interact with Odoo servers through JSON-RPC. | 238 |