kraken.js 扩展 Yog
- 授权协议: BSD
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/fex-team/yog
软件介绍
Yog 是一个基于 Express.js 的 Node.js Web 应用引导模块,扩展了 kraken.js。
安装
Linux/Unix
$ npm install fex-team/yog
Windows
打开 cmd
npm install fex-team/yog
使用
. ├── app.js ├── config # some `map.json` and `config.json` ├── controllers ├── lib ├── models ├── public # static └── views # views or template
app.js
var yog = require('yog');
var app = require('express')();
var PORT = 4000;app.use(yog()).listen(PORT, function () {
console.log('Listening *:' + PORT);});
详情请看项目: fex-team/yog-app
JavaScript
David Flanagan / O'Reilly Media / 2011-5-13 / GBP 39.99
The book is a programmer's guide and comprehensive reference to the core JavaScript language and to the client-side JavaScript APIs defined by web browsers. The sixth edition covers HTML 5 and ECMA......一起来看看 《JavaScript》 这本书的介绍吧!
JSON 在线解析
在线 JSON 格式化工具
RGB HSV 转换
RGB HSV 互转工具
