หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Node.js is an open-source, cross-platform JavaScript runtime built on Chrome's V8 engine. It lets you run JavaScript outside the browser — on a server, your local machine, or in scripts — making it the foundation of most modern web tooling and backend development.
Why use Node.js?
- Full-stack JavaScript: Write both client and server code in the same language.
- Fast and scalable: Event-driven, non-blocking I/O makes Node.js ideal for real-time apps and APIs.
- Massive ecosystem: npm hosts millions of packages for virtually every development task.
- Required for modern tooling: Most JavaScript frameworks (React, Vue, Angular, Next.js) depend on Node.js to run their build tools.
Install Node.js on Windows
Choose your preferred environment:
- Install Node.js on Windows — Install directly on Windows using a version manager (nvm-windows).
- Install Node.js on WSL — Install on Windows Subsystem for Linux (recommended if you deploy to Linux servers or use Linux-based tooling).
Tutorials and learning resources
- nodejs.org/en/learn — Official Node.js getting started guide and tutorials.
- Build JavaScript applications with Node.js — Microsoft Learn learning path for beginners.
- Node.js tutorial in VS Code — Build a simple Node.js app in Visual Studio Code.
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา
Windows developer