25 releases (13 breaking)
0.20.3 | Oct 24, 2023 |
---|---|
0.20.1 | Sep 15, 2023 |
0.19.0 | Jul 24, 2023 |
0.16.2 | Dec 1, 2022 |
0.7.0 | Dec 22, 2021 |
#38 in HTTP client
250,449 downloads per month
Used in 198 crates
(14 directly)
245KB
4.5K
SLoC
jsonrpsee
JSON-RPC library designed for async/await in Rust.
Designed to be the successor to ParityTech's JSONRPC crate.
Features
- Client/server HTTP/HTTP2 support
- Client/server WebSocket support
- Client WASM support via web-sys
- Client transport abstraction to provide custom transports
- Middleware
- Logger
Documentation
Examples
- HTTP
- WebSocket
- WebSocket pubsub
- API generation with proc macro
- Logger
- CORS server
- Core client
- HTTP proxy middleware
See this directory for more examples
Roadmap
See our tracking milestone for the upcoming stable v1.0 release.
Users
If your project uses jsonrpsee
we would like to know. Please open a pull request and add your project to the list below:
- parity bridges common
- remote externalities
- substrate
- substrate-api-client
- subwasm
- subway
- subxt
- Trin
- Uptest
Benchmarks
Daily benchmarks for jsonrpsee can be found:
- Gitlab machine: https://paritytech.github.io/jsonrpsee/bench/dev2
Dependencies
~1.2–10MB
~100K SLoC