meteor-express:为Meteor打包的Express Web框架

时间:2024-05-27 01:31:29
【文件属性】:

文件名称:meteor-express:为Meteor打包的Express Web框架

文件大小:2KB

文件格式:ZIP

更新时间:2024-05-27 01:31:29

JavaScript

流星快递 为打包的 Web框架 安装 mrt add meteor-express npm install --save express 用法 if ( Meteor . isServer ) { app = Express ( ) ; app . get ( '/hello/world' , function ( req , res ) { res . send ( 200 , "Hello, World!" ) ; } ) ; } 有关高级用法,请参阅Express文档。


【文件预览】:
meteor-express-master
----Readme.md(433B)
----express-meteor.js(160B)
----package.js(276B)
----LICENSE(1KB)
----smart.json(301B)
----.gitignore(8B)

网友评论