# nodeJsStudy **Repository Path**: gacl/nodeJsStudy ## Basic Information - **Project Name**: nodeJsStudy - **Description**: No description available - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-03-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #node.js学习 ##nodejs中文网 http://nodejs.cn/ ## nodejs中文网API文档 http://nodejs.cn/api/ ## node.js 中文网下载地址 http://nodejs.cn/download/ ##node.js开源博客 https://github.com/eshengsky/iBlog2 阻塞和非阻塞的解释:这里就得要涉及到 同步和异步 的概念, 同步:我们js代码是从上往下执行的,上一条代码没执行完成,不执行下一条代码就是同步。 异步:在上面代码执行的时候,下面代码也可以同时执行。 那么阻塞就是同步的状态表示,而非阻塞就是异步的状态表示。 #前端小demo https://github.com/YUUXIAO/webProject