Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 655 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 655 Bytes

json-rpc-server

Hackage Build Status

An implementation of the server side of JSON-RPC 2.0. See http://www.jsonrpc.org/specification. json-rpc-server uses ByteString for input and output, leaving the choice of transport up to the user. It can be used with json-rpc-client to create a client and server that communicate with the same methods.