Node.js® is a JavaScript runtime built on
Chrome's V8 JavaScript engine
. Node.js uses anevent-driven
,non-blocking I/O model
that makes it lightweight and efficient. Node.js’ package ecosystem,npm
, is the largest ecosystem of open source libraries in the world.
学习书籍|视频
- 菜鸟教程 - 文档
- 7-days-nodejs - 文章
- 《Node.js 包教不包会》 – 文章
- 《了不起的 Node.js:将 JavaScript 进行到底》- 书籍
- 《新时期的 Node.js 入门》- 书籍
- Node.js 从零开发 Web Server 博客项目 前端晋升全栈工程师必备 - 视频
学习资料
- Node.js 入门
- Node.js 官方文档
- CNode:Node.js 专业中文社区
- 【全文】狼叔:如何正确的学习 Node.js
- Express-4.x 官方指南
- react 全家桶+express 实战个人博客系列教程
- 详解如何从零开始搭建 Express+Vue 开发环境
- vue 项目-前端 Vue 后台 express
- 【实战】用 express+MongoDB 搭建一个完整的前端项目
- 基于 Vue+express 的博客项目
Promise
周边大咖
- wesome-nodejs
- @justjavac 大神的免费的计算机编程类中文书籍
- 【知乎 Live】狼叔:如何正确的学习 Node.js