fastapi-jsonrpc
RPC server
A JSON-RPC server implementation using FastAPI
JSON-RPC server based on fastapi
293 stars
15 watching
28 forks
Language: Python
last commit: 23 days ago
Linked from 1 awesome list
asgifastapijson-rpcjson-rpc-serveropenapipydanticstarletteswagger
Related projects:
Repository | Description | Stars |
---|---|---|
authorizon/fastapi_websocket_rpc | Provides a robust and production-ready bidirectional JSON RPC channel over Websockets. | 7 |
zcattacz/ujrpc | Provides a Simple JSON-RPC 2.0 middleware for Python-based APIs | 5 |
osamingo/jsonrpc | A JSON-RPC 2.0 implementation package in Go | 187 |
cxxxr/jsonrpc | A Common Lisp implementation of the JSON-RPC 2.0 protocol for remote procedure calls | 67 |
nedpals/v-jsonrpc | A basic JSON-RPC 2.0-compliant server written in a programming language. | 32 |
jsonapi-serializer/jsonapi-serializer | A fast JSON serialization library for Ruby objects | 1,410 |
cenobites/flask-jsonrpc | Provides a basic JSON-RPC implementation for building RESTful APIs with Python | 290 |
joshmarshall/jsonrpclib | JSON-RPC implementation with support for original and proposed specifications, including batch submission, keyword arguments, and notifications. | 448 |
madkote/fastapi-plugins | Provides a plugin-based architecture to extend and customize the FastAPI framework | 389 |
juliendelplanque/jrpc | A JSON-RPC 2.0 implementation for Pharo Smalltalk | 11 |
stac-utils/stac-fastapi-pgstac | Provides an interface to access and manipulate STAC data using the FastAPI framework. | 56 |
40ants/openrpc | An implementation of the OpenRPC protocol in Common Lisp | 27 |
ybbus/jsonrpc | An implementation of the JSON-RPC 2.0 protocol for client-side RPC over HTTP in Go. | 336 |
python-rapidjson/python-rapidjson | A fast C++ JSON parser and serialization library wrapped in a Python 3 extension. | 508 |
uriyyo/fastapi-pagination | Simplifies pagination in FastAPI applications by providing utility functions and data models to manage paginated responses. | 1,224 |