About 2,140,000 results
Open links in new tab
  1. List of server-side JavaScript implementations - Wikipedia

    This is a list of server-side JavaScript implementations. Any Java servlet container and standalone. A community open source Ajax-server based on the Mozilla browser (DOM + JavaScript engine). …

  2. Introduction to the server side - Learn web development | MDN

    Jun 24, 2025 · Welcome to the MDN beginner's server-side programming course! In this first article, we look at server-side programming from a high level, answering questions such as "what is it?", "how …

  3. What is Node.js? Server-Side JavaScript Development Basics

    Jul 25, 2023 · Node.js is a powerful runtime environment for executing JavaScript code outside of a web browser. It brings the JavaScript language to the server-side, enabling developers to build scalable, …

  4. What is JavaScript? (Client-side vs Server-side) - DEV Community

    Jul 21, 2025 · In this article, you’ll learn what JavaScript is, explore the difference between client-side and server-side JavaScript, and discover when and why you should use each.

  5. Understanding JavaScript on the Server-Side | by Carlos A. Rojas ...

    Jan 17, 2025 · This article delves into the concept of server-side JavaScript, exploring its benefits and providing practical examples to illustrate its power and versatility.

  6. Client-Side vs. Server-Side JavaScript: Key Differences Explained

    Jul 19, 2025 · Server-side JavaScript, usually executed through Node.js or a similar runtime, runs on remote infrastructure—anything from a single virtual machine to a fleet of microservices in the cloud.

  7. Beginner’s Guide to Node.js (Server-side JavaScript) - Hongkiat

    Apr 4, 2025 · Node.js – in simple words – is server-side JavaScript. It has been getting a lot of buzzes these days. If you’ve heard of it or you’re interested in learning and getting some hands on it – this …

  8. Building Server-Side Applications with Node.js and JavaScript

    It allows developers to use JavaScript, a language already familiar to front - end developers, on the server side. This blog will delve into the fundamentals, usage, common practices, and best practices …

  9. Exploring Server-Side JavaScript with Node.js

    Sep 1, 2025 · Suddenly, JavaScript wasn’t just for the client — it became a full-fledged server-side language. Here’s my journey broken into 9 sections with detailed code examples. 1. Setting Up …

  10. Node.js Web Server - GeeksforGeeks

    Jul 12, 2025 · It uses JavaScript (the same language used for client-side scripting) on the server side, making it a popular choice for full-stack developers. If you haven't installed NodeJS in your system, …