About 189,000 results
Open links in new tab
  1. Introduction to Node.js

    Node.js is an open-source and cross-platform JavaScript runtime environment. It is a popular tool for almost any kind of project! Node.js runs the V8 JavaScript engine, the core of Google …

  2. Node.js Tutorial - W3Schools

    Node.js is an open source server environment. Node.js allows you to run JavaScript on the server. Our "Show Node.js" tool makes it easy to learn Node.js, it shows both the code and the …

  3. What Exactly is Node.js? A Guide for Beginners

    May 25, 2023 · In this article, we will dive into the world of Node.js, learning what it is, why it was created, and what it is used for. This isn't a project-based tutorial – it aims to introduce …

  4. What Exactly is Node.js? Explained for Beginners

    Dec 5, 2022 · Node.js is a JavaScript runtime environment: When you write JavaScript code in your text editor, that code cannot perform any task unless you execute (or run) it.

  5. What is Node? - GeeksforGeeks

    May 23, 2024 · Node is an open-source, server-side JavaScript runtime environment built on the V8 engine. It allows developers to execute JavaScript code outside of a web browser, enabling …

  6. NodeJS Introduction - GeeksforGeeks

    Apr 15, 2025 · NodeJS is a runtime environment for executing JavaScript outside the browser, built on the V8 JavaScript engine. It enables server-side development, supports …

  7. What exactly is Node.js and why should you use it?

    Jun 2, 2017 · Integrating Node.js with it to do things on the server as well as in browser is a trend lately. These two sentences, we feel, have to be illuminated and explained for everyone to …

  8. Node.js for Beginners: A Step-by-Step Guide - DEV Community

    Oct 27, 2023 · Node.js is a powerful platform for server-side development that allows you to leverage your JavaScript skills to build fast and efficient applications. In this beginner's guide, …

  9. Node.js Tutorial for Beginners Step by Step With Examples | CodeForGeek

    Apr 12, 2021 · After reading this Node.js tutorial, you should be able to build applications using Node.js and deploy it on a cloud server. Let’s begin.

  10. Node.js Tutorial

    Learn the fundamentals of Node. Master Node.js module system. Utilize Node package manager (npm). Anyone who already has basic JavaScript knowledge. Section 1. Getting Started with …

Refresh