Web.js Node.js 开发框架

程序名称:Web.js

授权协议: MIT

操作系统: 跨平台

开发语言: JavaScript

Web.js 介绍

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);

Web.js 官网

http://iwillwen.github.io/webjs/

相关编程语言

MuPlayer 是一款跨平台、轻量级的音频播放解决方案,...
OS FLV 是一个 开源和可嵌入网页的flv播放器。 这个...
DewPlayer音乐播放器,样式很简单,而且很实用.播放器...
JW FLV MEDIA PLAYER是一个开源的在网页上使用的Fla...
Speakker 是一个基于 Web 浏览器的音乐播放器,只提...
Player Framework 是一个开源的支持 HTML5 的视频播...