json-rpc-server: JSON-RPC 2.0 on the server side.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
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.
Properties
Versions | 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.3.0, 0.2.4.0, 0.2.5.0, 0.2.6.0 |
---|---|
Change log | changelog.md |
Dependencies | aeson (>=0.6 && <0.12), base (>=4.3 && <4.9), 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.12) [details] |
License | MIT |
Author | |
Maintainer | Kristen Kozak <grayjay@wordroute.com> |
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 2016-02-10T20:08:57Z |
Modules
[Index]
- Network
- JsonRpc
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.3.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees