json-rpc-server: JSON-RPC 2.0 on the server side.
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.
[Skip to Readme]
Flags
Manual Flags
Name | Description | Default |
---|---|---|
demo | Builds the JSON-RPC demo. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- json-rpc-server-0.1.4.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
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.9), base (>=4.3 && <4.8), bytestring (>=0.9 && <0.11), mtl (>=1.1.1 && <2.3), text (>=0.11 && <1.3), unordered-containers (>=0.1 && <0.3), vector (>=0.7.1 && <0.11) [details] |
Tested with | ghc ==7.0.1, ghc ==7.4.1, ghc ==7.6.2, ghc ==7.6.3, ghc ==7.8.3 |
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 2015-01-01T07:16:45Z |
Distributions | |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Executables | demo |
Downloads | 11016 total (45 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2015-01-01 [all 1 reports] |