stick-rest:Stick 的 JSON REST 中间件

时间:2024-07-23 09:56:32
【文件属性】:

文件名称:stick-rest:Stick 的 JSON REST 中间件

文件大小:2KB

文件格式:ZIP

更新时间:2024-07-23 09:56:32

JavaScript

坚持休息 使用npm install stick-rest (假设您已经使用npm install stick安装了 ,并使用npm install -g common-node ),然后将以下内容复制到index.js : var Application = require ( "stick" ) . Application ; app . configure ( "stick-rest" , "route" ) ; app . get ( "/" , function ( ) { return { hello : "world" } ; } ) ; 然后使用common-node index.js运行并使用curl http://localhost:8080 。


【文件预览】:
stick-rest-master
----lib()
--------rest.js(3KB)
----README.md(525B)
----package.json(587B)

网友评论