node.js使用手冊
Developer and freeCodeCamp camper Flavio Copes has published his entire Node.js Handbook online for free - both on freeCodeCamp's Medium publication and as a .pdf file. You can read it here.
開發人員和freeCodeCamp營員Flavio Copes在freeCodeCamp的Medium出版物和.pdf文件上免費在線出版了他的整個Node.js手冊。 您可以在這里閱讀 。
In his handbook, Flavio covers a variety of Node.js concepts, including:
Flavio在其手冊中介紹了各種Node.js概念,包括:
- How to install Node.js 如何安裝Node.js
- The V8 JavaScript Engine V8 JavaScript引擎
- How to read environment variables from Node.js 如何從Node.js讀取環境變量
- How to use the Node.js REPL 如何使用Node.js REPL
- An introduction to npm npm簡介
- The package.json guide package.json指南
- The package-lock.json file package-lock.json文件
- How to update all the Node dependencies to their latest version 如何將所有Node依賴項更新到最新版本
- Semantic Versioning using npm 使用npm的語義版本控制
- The npx Node Package Runner npx節點包運行器
- The Event Loop 事件循環
- Timers 計時器
- Asynchronous Programming and Callbacks 異步編程和回調
- Promises 承諾
- Async and Await 異步并等待
- The Node Event emitter 節點事件發射器
- How HTTP requests work HTTP請求如何工作
- Using WebSockets in Node.js 在Node.js中使用WebSockets
- Reading and writing files with Node 使用Node讀寫文件
- Node.js Streams Node.js流
- The basics of working with MySQL and Node 使用MySQL和Node的基礎知識
- And many other topics 還有許多其他主題
You can read Flavio's full Node.js Handbook here (95 minute read).
您可以在此處閱讀Flavio的完整Node.js手冊 (閱讀95分鐘)。
翻譯自: https://www.freecodecamp.org/news/node-js-handbook/
node.js使用手冊