8 releases
new 0.18.2 | May 11, 2023 |
---|---|
0.18.1 | Apr 27, 2023 |
0.17.1 | Apr 21, 2023 |
0.16.2 | Dec 1, 2022 |
0.16.1 | Nov 18, 2022 |
#35 in WebAssembly
114,658 downloads per month
Used in 30 crates
(via jsonrpsee)
385KB
7.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:
Benchmarks
Daily benchmarks for jsonrpsee can be found:
- Gitlab machine: https://paritytech.github.io/jsonrpsee/bench/dev2
Dependencies
~11–18MB
~322K SLoC