Skip to content

Functions for creating a Haskell JSON-RPC 2.0 client.

License

Notifications You must be signed in to change notification settings

blockapps/json-rpc-client

 
 

Repository files navigation

json-rpc-client

Hackage Build Status

Functions for creating a JSON-RPC 2.0 client. See http://www.jsonrpc.org/specification. This library supports batch requests and notifications, as well as single method calls. It also provides a function for creating corresponding server-side methods with the package json-rpc-server. This library does not handle transport, so a function for communicating with the server must be provided.

About

Functions for creating a Haskell JSON-RPC 2.0 client.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 100.0%