KO
|
EN
gitlite — search
Search
#javascript
#python
#typescript
#java
#cpp
#pytorch
#dart
#flutter
#nodejs
#api
#machine-learning
#react
node.js
★ 34
Open GitHub ↗
Sources list about node.js.
Download README (.md)
Explore Similar Repositories
responsive-table-generator
:
Responsive table generator
custom-animations-with-fragment
:
使用animation和fragment改善Android表单
D3DHook
:
Allows you to hook D3D dynamically - without having to research addresses or hook public API. Just grab the device!
tree-viewer
:
A d3.js syntax tree viewer
SpatialEpi
:
R Package of methods and data for spatial epidemiology
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
node.js
?
Download (.md)
# Node.js 资源汇总 ## 文档 * Node.js 官方文档:[http://nodejs.org/api/](http://nodejs.org/api/) * Node.js 中文文档:[http://nodejs.cn/api/](http://nodejs.cn/api/) * Express 官方文档:[http://expressjs.com/](http://expressjs.com/) * Express 中文文档:[http://expressjs.jser.us/](http://expressjs.jser.us/) * Jade 官方文档:[http://jade-lang.com/](http://jade-lang.com/) * EJS 文档:[https://www.npmjs.com/package/ejs](https://www.npmjs.com/package/ejs) ## 包管理 * NPM:[https://www.npmjs.org/](https://www.npmjs.org/) (官方) * CNPM:[http://cnpmjs.org/](http://cnpmjs.org/)、[http://npm.taobao.org/](http://npm.taobao.org/) (淘宝) ## 数据库 * MongoDB:[https://www.mongodb.com/](https://www.mongodb.com/) * Mongoose:[http://mongoosejs.com/](http://mongoosejs.com/) * Mongoskin:[node-mongoskin](https://github.com/kissjs/node-mongoskin)、[Mongoskin Tutorial with Examples](http://www.hacksparrow.com/mongoskin-tutorial-with-examples.html) * Mongolab(500MB免费数据库):[https://mongolab.com/](https://mongolab.com/) * MySQL:[https://github.com/felixge/node-mysql](https://github.com/felixge/node-mysql) ## 相关框架 * [http://cloudajs.org/docs](http://cloudajs.org/docs) (Clouda+,移动 web 应用开发整体解决方案) * [http://sailsjs.org/#/](http://sailsjs.org/#/) (Realtime MVC) * [http://pomelo.netease.com/](http://pomelo.netease.com/) (Fast, scalable, distributed game server framework) * [https://github.com/newghost/ourjs](https://github.com/newghost/ourjs) (OurJs,基于Node的开源博客引擎) ## 热门包 * Babel: [https://github.com/babel/babel](https://github.com/babel/babel) * Webpack: [https://github.com/webpack/webpack](https://github.com/webpack/webpack) * React: [https://github.com/facebook/react](https://github.com/facebook/react) * Grunt:[http://gruntjs.com/](http://gruntjs.com/) (英文)、[http://www.gruntjs.net/](http://www.gruntjs.net/)(中文) * Gulp:[http://gulpjs.com/](http://gulpjs.com/) * Yeoman:[http://yeoman.io/](http://yeoman.io/) * Socket.io:[http://socket.io/](http://socket.io/) * mocha:[http://mochajs.org/](http://mochajs.org/) * uglifyjs:[https://github.com/mishoo/UglifyJS2](https://github.com/mishoo/UglifyJS2) * shelljs:[http://documentup.com/shelljs/shelljs](http://documentup.com/shelljs/shelljs) ## 开发调试 * debug:[https://github.com/visionmedia/debug](https://github.com/visionmedia/debug) * node-inspector:[https://github.com/node-inspector/node-inspector](https://github.com/node-inspector/node-inspector) ## Node.js 中文资料 * [Node.js 教程](http://www.runoob.com/nodejs/nodejs-tutorial.html) * [NodeSchool](http://nodeschool.io/zh-cn/) * [七天学会 Node.js](http://nqdeng.github.io/7-days-nodejs/) * [Node 入门](http://www.nodebeginner.org/index-zh-cn.html) * [Node.js 中文资料导航](https://github.com/youyudehexie/node123) * [Node.js 包教不包会](https://github.com/alsotang/node-lessons) ## 文章 * [深入浅出 Node.js 专栏](http://www.infoq.com/cn/master-nodejs/articles/) * [从零开始 nodejs 系列文章](http://blog.fens.me/series-nodejs/) * [使用 nodejs 和 mongodb 开发 WebApp](http://dailyjs.com/tags.html#lmawa) (英文) * [给 Node.js 新手的7条小建议](http://cnodejs.org/topic/525216a3f29c7bbd3c877cbf) ## Node.js 书籍 * [《深入浅出 Node.js》](http://book.douban.com/subject/25768396/) * [《了不起的 Node.js》](http://book.douban.com/subject/25767596/) * [《node.js入门经典》](http://book.douban.com/subject/23780706/) * [《node.js开发指南》](http://book.douban.com/subject/10789820/) ## 活跃社区 * Node.js中文网:[http://nodejs.cn/](http://nodejs.cn/) * cnodejs:[http://cnodejs.org/](http://cnodejs.org/) ## 更多资料 * [Awesome Node.js](https://github.com/sindresorhus/awesome-nodejs) * [Node.js的学习资源、教程和工具](http://blog.jobbole.com/75084/) ## 个人学习 * 在线代码编辑器:[https://github.com/mailzwj/code-editor](https://github.com/mailzwj/code-editor) * 在线 JS/CSS 压缩:[https://github.com/mailzwj/js-css-minify](https://github.com/mailzwj/js-css-minify) * 使用 markdown 写博客:[https://github.com/mailzwj/node-blog](https://github.com/mailzwj/node-blog) * 记事本:[https://github.com/mailzwj/cnote](https://github.com/mailzwj/cnote)