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
test 11
hello test