easy-http-jsonrpc
基于jsonrpc库封装的类restful http库
基于jsonrpc库封装的类restful http库
基于promise封装的jsonrpc库 ## 使用范例 ``` const server = new RpcServer(); server.onNotify("success", (params, router) => { router.redirect("error"); }); server.onNotify("error", () => { console.log("notify---