logo
首页技术栈工具库讨论
jsonrpc-conduit

jsonrpc-conduit

jsonrpc-conduit implements the basic building block of a JSON-RPC 2.0 server. It provides a Conduit that consumes RPC requests and invokes user-provided functions to handle them. Conversion of values to and from JSON is almost completely automatic thanks to the aeson library. The JSON-RPC conduit is generic with respect to the channel used to exchange data with the client. It can use a network connection or, for example, the standard input / ouput of a process. The latter is demonstrated by the jsonrpc-conduit-demo executable, which can be compiled using the demo flag.
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
HACKAGE
carbal install jsonrpc-conduit
查看
标签
根据用户添加的标签生成
暂无标签