@hackage json-rpc1.1.2
Fully-featured JSON-RPC 2.0 library
Categories
License
MIT
Maintainer
jprupp@protonmail.ch
Links
Versions
Installation
Dependencies (18)
- QuickCheck
- aeson
- attoparsec
- attoparsec-aeson
- base >=4.6 && <5
- bytestring Show all…
Dependents (5)
@hackage/ethereum-analyzer, @hackage/haskoin, @hackage/acme-everything, @hackage/ethereum-analyzer-webui, @hackage/ethereum-analyzer-cli
json-rpc
Fully-featured JSON-RPC 2.0 library for Haskell programs.
This JSON-RPC library is fully-compatible with JSON-RPC 2.0 and 1.0. It provides an interface that combines a JSON-RPC client and server. It can set and keep track of request ids to parse responses. There is support for sending and receiving notifications. You may use any underlying transport. Basic TCP client and server provided.
A JSON-RPC application using this interface is considered to be peer-to-peer, as it can send and receive all types of JSON-RPC message independent of whether it originated the connection.