Node.js 开发框架 Web.js

码农软件 · 软件分类 · Node.js 扩展 · 2019-04-17 12:27:16

软件介绍

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 'net'.
    .use(web.static(__dirname))
    .listen(8080);

本文地址:https://www.codercto.com/soft/d/3774.html

The Art and Science of Java

The Art and Science of Java

Eric Roberts / Addison-Wesley / 2007-3-1 / USD 121.60

In The Art and Science of Java, Stanford professor and well-known leader in CS Education Eric Roberts emphasizes the student-friendly exposition that led to the success of The Art and Science of C. By......一起来看看 《The Art and Science of Java》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换