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.
- Host: GitHub
- URL: https://github.com/m3is0/jsonrpc4cats
- Owner: m3is0
- License: apache-2.0
- Created: 2024-07-17T20:16:21.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-18T21:37:15.000Z (6 months ago)
- Last Synced: 2024-10-20T00:09:48.995Z (6 months ago)
- Topics: cats, jsonrpc, scala
- Language: Scala
- Homepage: https://m3is0.github.io/jsonrpc4cats/
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jsonrpc4cats

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/).