文件名称:node-martini:用于节点的基于客户端服务器 http 的 rpc
文件大小:11KB
文件格式:ZIP
更新时间:2024-06-30 02:41:45
JavaScript
马提尼 客户端和服务器RPC Martini 可以从单个协议生成客户端和服务器。 用法 定义协议 创建user类型,并定义返回 JSON 编码用户的单个路由。 var protocol = { types : { user : { type : 'struct' , props : { name : 'string' , phone : 'string,' age : 'number' , } , require : [ 'name' ] } } , routes : { getUser : { proto : { method : 'GET' , route : '/user/:uid' } , output : 'user'
【文件预览】:
node-martini-master
----.gitignore(13B)
----package.json(466B)
----.travis.yml(79B)
----index.js(8KB)
----README.md(3KB)
----lib()
--------error.js(130B)
--------collector.js(661B)
--------none.js(483B)
--------schema.js(902B)
--------stream.js(429B)
--------object.js(1KB)
----test()
--------test.js(2KB)
--------JSONstream.js(2KB)
--------errors.js(807B)
--------server.js(3KB)