TUTORIAL

NodeJS

🧱 Phần 1: Kiến thức nền tảng (Fundamentals) 1. Giới thiệu về Node.js • Mô hình single-threaded non-blocking • V8 Engine, Event Loop, Call Stack • Cài đặt Node.js, chạy file .mjs, .ts 2. Modules & Package Manager • ECMAScript Modules (import/export) • Built-in Modules (fs, path, events, http) • npm/yarn/pnpm, semantic versioning, npx 3. Asynchronous Programming • Callback, Promise, Async/Await • Error handling: try/catch, Promise.allSettled 4. File System & Streams • Read/write file, create server • Streams: readable/writable, pipe, zlib compression

  • BASIC
  • Vietnam

Danh Sách Bài học

  • testc 111
  • 1. Giới thiệu về Node.js
  • gasdg
  • haha
  • 2. Modules & Package Manager
  • 3. Asynchronous Programming aabbb
  • 4. File System & Streams
  • Bai 4 sad hello
  • Bài 5: test
  • gsgd
  • Bài 6: Test
  • NodeJS - Bài xxx
  • Bài 17: Module hóa trong Node.js
  • What Can You Build With Node.js? sss
  • test 11
2. Modules & Package Manager

 

 

ECMAScript Modules (import/export)

Built-in Modules (fs, path, events, http)

npm/yarn/pnpm, semantic versioning, npx