About 118,000 results
Open links in new tab
  1. Node.js — Run JavaScript Everywhere

    Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.

  2. Node.js - Wikipedia

    Node.js lets developers use JavaScript to write command line tools and server-side scripting. The ability to run JavaScript code on the server is often used to generate dynamic web page content before the …

  3. Node.js - Server-Side JavaScript Runtime

    Comprehensive Node.js guide with tutorials, API documentation, and interactive playground. Learn server-side JavaScript development with Node.js.

  4. Node.js Tutorial - W3Schools

    Node.js is a free, open source tool that lets you run JavaScript outside the web browser. With Node.js, you can build fast and scalable applications like web servers, APIs, tools, and more.

  5. Node.js tutorial in Visual Studio Code

    The Visual Studio Code editor has great support for writing and debugging Node.js applications. This tutorial takes you from Hello World to a full Express web application.

  6. Downloading and installing Node.js and npm - npm Docs

    To publish and install packages to and from the public npm registry or a private npm registry, you must install Node.js and the npm command line interface using either a Node version manager or a Node …

  7. Node.js Tutorial - GeeksforGeeks

    Mar 7, 2026 · Node.js is an open-source, cross-platform JavaScript runtime built on Chrome's V8 engine. It enables developers to run JavaScript outside the browser to build fast, scalable server-side …

  8. Node.js by Example - Learn Node.js with Annotated Code Examples

    Learn Node.js through hands-on annotated code examples. A comprehensive tutorial covering core modules, networking, testing, and modern Node.js features.

  9. How to Get Started with NodeJS – a Handbook for Beginners

    May 2, 2023 · By Krish Jaiswal Hello folks! 👋 Recently, I have been learning about Node.js. So I decided to share my learnings with you here. 👨‍💻 In this tutorial, we'll take a high-level look at Node.js – what it …

  10. Tutorial: Node.js on Windows for beginners | Microsoft Learn

    Feb 28, 2025 · Express is a minimal, flexible, and streamlined Node.js framework that makes it easier to develop a web app that can handle multiple types of requests, like GET, PUT, POST, and DELETE.