json-rpc-server: JSON RPC 2.0 on the server side.

[ json, library, mit, network ] [ Propose Tags ]

An implemation 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.


[Skip to Readme]

Modules

[Index]

Flags

Manual Flags

NameDescriptionDefault
demo

Builds the demo Happstack JSON RPC server.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.3.0, 0.1.4.0, 0.1.5.0, 0.1.6.0, 0.2.0.0, 0.2.1.0, 0.2.2.0, 0.2.3.0, 0.2.4.0, 0.2.5.0, 0.2.6.0
Dependencies aeson (>=0.6 && <0.7), attoparsec (>=0.8 && <0.11), base (>=4.5 && <4.7), bytestring (>=0.9 && <0.11), mtl (>=2.1 && <2.2), text (>=0.11 && <0.12), unordered-containers (>=0.1 && <0.3), vector (>=0.8 && <0.11) [details]
License MIT
Author
Maintainer Kristen Kozak <grayjay@wordroute.com>
Category Network, JSON
Source repo head: git clone https://github.com/grayjay/json-rpc-server
Uploaded by grayjay at 2013-12-23T08:38:00Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Executables demo
Downloads 10722 total (29 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]

Readme for json-rpc-server-0.1.0.0

[back to package description]

json-rpc-server

An implemation 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 demo folder for an example.