您的位置:首页 > Web前端 > Node.js

最新Node.js 资源汇总

2016-08-26 20:08 483 查看

Node.js 资源汇总

文档

Node.js 官方文档:http://nodejs.org/api/

Node.js 中文文档:http://nodejs.jsbin.cn/api/

Express 官方文档:http://expressjs.com/

Express 中文文档:http://expressjs.jser.us/

Jade 官方文档:http://jade-lang.com/

EJS 文档:http://www.embeddedjs.com/

包管理

NPM:https://www.npmjs.org/ (官方)

CNPM:http://cnpmjs.org/http://npm.taobao.org/ (淘宝)

数据库

MongoDB:https://www.mongodb.com/

Mongoose:http://mongoosejs.com/

Mongoskin:node-mongoskinMongoskin Tutorial with Examples

Mongolab(500MB免费数据库):https://mongolab.com/

MySQL:https://github.com/felixge/node-mysql

相关框架

http://clouda.com/ (Clouda+,移动 web 应用开发整体解决方案)

http://sailsjs.org/#/ (Realtime MVC)

http://pomelo.netease.com/ (Fast, scalable, distributed game server framework)

热门包

Grunt:http://gruntjs.com/ (英文)、http://gruntjs.cn/(中文)

Yeoman:http://yeoman.io/

Socket.iohttp://socket.io/

mocha:http://visionmedia.github.io/mocha/

uglifyjs:https://github.com/mishoo/UglifyJS2

shelljs:http://documentup.com/arturadib/shelljs

开发调试

debug:https://github.com/visionmedia/debug

node-inspector:https://github.com/node-inspector/node-inspector

Node.js 中文资料

七天学会 Node.js

Node 入门

Node.js 中文资料导航

文章

深入浅出 Node.js 专栏

从零开始 nodejs 系列文章

使用 nodejs 和 mongodb 开发 WebApp (英文)

给 Node.js 新手的7条小建议

Node.js 书籍

《深入浅出 Node.js》

《了不起的 Node.js》

《node.js入门经典》

《node.js开发指南》

活跃社区

cnodejs:http://cnodejs.org/

nodejsbbs:http://nodejsbbs.com/forum.php

更多资料

Awesome Node.js

个人学习

在线代码编辑器:https://github.com/mailzwj/code-editor

在线 JS/CSS 压缩:https://github.com/mailzwj/js-css-minify

使用 markdown 写博客:https://github.com/mailzwj/node-blog

记事本:https://github.com/mailzwj/cnote
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: