1. 首页
  2. 移动开发
  3. 其他
  4. Node.js开发框架Web.js.zip

Node.js开发框架Web.js.zip

上传者: 2020-08-15 05:37:10上传 JS文件 49.71KB 热度 27次
webjs 是基于 Node.js 的开发框架,可以大大简化了 Web 应用服务器端的代码编写。 示例代码: var web = require('webjs'); //Use the web controller web.run() .use(web.static(__dirname)); //Create a app like connect var app = web.create() //default create a http server. //you can set the first argument like 'https' or '
用户评论