# jsonrpsee
[](https://gitlab.parity.io/parity/mirrors/jsonrpsee/-/pipelines)
[](https://crates.io/crates/jsonrpsee)
[](https://docs.rs/jsonrpsee)

[](https://github.com/paritytech/jsonrpsee/actions/workflows/ci.yml)
[](https://github.com/paritytech/jsonrpsee/actions/workflows/benchmarks_gitlab.yml)
[](https://deps.rs/crate/jsonrpsee/0.18.1)
JSON-RPC library designed for async/await in Rust.
Designed to be the successor to [ParityTech's JSONRPC crate](https://github.com/paritytech/jsonrpc/).
## 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
- [API Documentation](https://docs.rs/jsonrpsee)
## Examples
- [HTTP](./examples/examples/http.rs)
- [WebSocket](./examples/examples/ws.rs)
- [WebSocket pubsub](./examples/examples/ws_pubsub_broadcast.rs)
- [API generation with proc macro](./examples/examples/proc_macro.rs)
- [Logger](./examples/examples/multi_logger.rs)
- [CORS server](./examples/examples/cors_server.rs)
- [Core client](./examples/examples/core_client.rs)
- [HTTP proxy middleware](./examples/examples/http_proxy_middleware.rs)
See [this directory](./examples/examples) for more examples
## Roadmap
See [our tracking milestone](https://github.com/paritytech/jsonrpsee/milestone/2) 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](https://github.com/paritytech/parity-bridges-common)
- [remote externalities](https://github.com/paritytech/substrate/tree/master/utils/frame/remote-externalities)
- [substrate](https://github.com/paritytech/substrate)
- [substrate-api-client](https://github.com/scs/substrate-api-client)
- [subwasm](https://github.com/chevdor/subwasm)
- [subway](https://github.com/AcalaNetwork/subway)
- [subxt](https://github.com/paritytech/subxt)
- [Trin](https://github.com/ethereum/trin)
- [Uptest](https://github.com/uptest-sc/uptest)
## Benchmarks
Daily benchmarks for jsonrpsee can be found:
- Gitlab machine: <https://paritytech.github.io/jsonrpsee/bench/dev2>