bitnomial / servant-jsonrpc

Tools to build JSON-RPC clients and servers the Servant way
9 stars 5 forks source link

servant-jsonrpc

This module extends servant to make it easy to define JSON-RPC servers and clients.

Notes

Examples

See the package ./servant-jsonrpc-example for client, server, and API definition examples.