An open API service indexing awesome lists of open source software.

https://github.com/m3is0/jsonrpc4cats

A simple and type-safe implementation of JSON-RPC 2.0 protocol.
https://github.com/m3is0/jsonrpc4cats

cats jsonrpc scala

Last synced: about 1 month ago
JSON representation

A simple and type-safe implementation of JSON-RPC 2.0 protocol.

Awesome Lists containing this project

README

        

# jsonrpc4cats

![CI](https://github.com/m3is0/jsonrpc4cats/actions/workflows/ci.yml/badge.svg)

A purely functional implementation of the [JSON-RPC 2.0](https://www.jsonrpc.org/specification) protocol.
Available for Scala 3.3+ (JVM, JS and Native platforms).

For more information, visit the [jsonrpc4cats website](https://m3is0.github.io/jsonrpc4cats/).