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.
json-rpc-server can be used with
json-rpc-client
to create a client and server that communicate
with the same methods.
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.2.6.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
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 |
---|---|
Change log | changelog.md |
Dependencies | aeson (>=0.6 && <1.6), base (>=4.3 && <4.15), bytestring (>=0.9 && <0.11), deepseq (>=1.1 && <1.5), mtl (>=2.2.1 && <2.3), text (>=0.11 && <1.3), unordered-containers (>=0.1 && <0.3), vector (>=0.7.1 && <0.13) [details] |
Tested with | ghc ==7.0.1, ghc ==7.6.3, ghc ==7.8.4, ghc ==7.10.1, ghc ==7.10.2, ghc ==7.10.3, ghc ==8.0.1, ghc ==8.0.2, ghc ==8.2.2, ghc ==8.4.1, ghc ==8.4.4, ghc ==8.6.1, ghc ==8.8.1, ghc ==8.8.4, ghc ==8.10.1, ghc ==8.10.2 |
License | MIT |
Author | |
Maintainer | Kristen Kozak <grayjay@wordroute.com> |
Revised | Revision 8 made by KristenKozak at 2020-11-16T06:29:52Z |
Category | Network, JSON |
Home page | https://github.com/grayjay/json-rpc-server |
Bug tracker | https://github.com/grayjay/json-rpc-server/issues |
Source repo | head: git clone git://github.com/grayjay/json-rpc-server.git |
Uploaded | by KristenKozak at 2017-01-14T17:58:59Z |
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 2017-01-14 [all 1 reports] |