Node.js? is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-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.
Node.js 是一個基于 Chrome V8 引擎的 JavaScript 運行環(huán)境。
Node.js 使用了一個事件驅(qū)動颂翼、非阻塞式 I/O 的模型,使其輕量又高效。
Node.js 的包管理器 npm,是全球最大的開源庫生態(tài)系統(tǒng)褐望。
nodejs 是什么
- javascript 的運行時環(huán)境
- 事件驅(qū)動
- 非阻塞 I/O
一個 javascript 運行的環(huán)境姐赡。
用 javascript 編寫的程序可以運行在這個環(huán)境里。
編寫的程序可以調(diào)用標(biāo)準(zhǔn)庫铆农。
標(biāo)準(zhǔn)庫的具體實現(xiàn)被封裝隱藏。
有什么用
nodejs 標(biāo)準(zhǔn)庫 具備文件系統(tǒng)狡耻,Web模塊......等等
- 前端流程化開發(fā)的基礎(chǔ)環(huán)境
實現(xiàn)各類構(gòu)建工具 - web服務(wù)端開發(fā)
.....其他系列
npm 是什么
- 包管理器
安裝
安裝包直裝墩剖。
官方參考文檔
nodejs 官方文檔
nodejs 中文文檔
npm 官方文檔
其他參考
如何正確的學(xué)習(xí)Node.js ——狼叔