Package

purescript-jsonrpc

Repository
Unisay/purescript-jsonrpc
License
MIT
Uploaded by
Unisay
Published on
2017-10-01T19:05:29Z

Pursuit

JSON RPC v2.0 client

Wikipedia:

JSON-RPC is a remote procedure call protocol encoded in JSON. It is a very simple protocol (and very similar to XML-RPC), defining only a few data types and commands. JSON-RPC allows for notifications (data sent to the server that does not require a response) and for multiple calls to be sent to the server which may be answered out of order.

The implementation is in the very early stage, but its already useable (HTTP POST transport)

Pull requests are appreciated!