About

Metadata

  • Last updated , by KristenKozak
  • License MIT
  • Categories Network Development, JSON
  • Maintained by: Kristen Kozak <grayjay@wordroute.com>

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 8.10.2
  2. 8.10.1
  3. 8.8.4
  4. 8.8.1
  5. 8.6.1
  6. 8.4.4
  7. 8.4.1
  8. 8.2.2
  9. 8.0.2
  10. 7.10.3

Package Flags

Use the -f option with cabal commands to enable flags

    demo (off by default)

    Builds the JSON-RPC demo.

Readme

An implementation of the server side of JSON-RPC 2.0. See http://www.jsonrpc.org/specification. This library uses ByteString for input and output, leaving the choice of transport up to the user. See the Network.JsonRpc.Server module for an example. json-rpc-server can be used with json-rpc-client to create a client and server that communicate with the same methods.