The latest version of jsonrpc-conduit is 0.4.1-0.

jsonrpc-conduit

Version 0.2 revision 0 uploaded by GabrieleSales.

Package meta

Synopsis
JSON-RPC 2.0 server over a Conduit.
Description

jsonrpc-conduit implements the basic building block of a JSON-RPC 2.0 server.

It provides a Conduit that consumes RPC requests and invokes user-provided functions to handle them. Conversion of values to and from JSON is almost completely automatic thanks to the aeson library.

The JSON-RPC conduit is generic with respect to the channel used to exchange data with the client. It can use a network connection or, for example, the standard input / ouput of a process. The latter is demonstrated by the jsonrpc-conduit-demo executable, which can be compiled using the demo flag.

Author
Gabriele Sales
Bug reports
n/a
Category
Conduit
Copyright
n/a
Homepage
n/a
Maintainer
gbrsales@gmail.com
Package URL
n/a
Stability
n/a

Components