@hackage json-rpc-client0.1.2.0

JSON-RPC 2.0 on the client side.

  • Installation

  • Dependencies (0)

  • Dependents (1)

    @hackage/acme-everything
  • Package Flags

      demo
       (off by default)

      Builds the JSON-RPC demo client and server.

json-rpc-client

Build Status

Functions for creating a JSON-RPC 2.0 client. See http://www.jsonrpc.org/specification. This library supports batch requests and notifications, as well as single method calls. It also provides a function for creating corresponding server-side methods with the package [json-rpc-server] (http://hackage.haskell.org/package/json-rpc-server). This library does not handle transport, so a function for communicating with the server must be provided. The documentation is on Hackage: http://hackage.haskell.org/package/json-rpc-client.