About 102,000 results
Open links in new tab
  1. GitHub - coder/code-server: VS Code in the browser

    We develop coder/coder to help teams to adopt remote development. VS Code in the browser. Contribute to coder/code-server development by creating an account on GitHub.

  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. How to Build a Simple Web Server with Node.js - GeeksforGeeks

    Jul 23, 2025 · Creating a web server with Node.js can be done using the http module for a basic understanding or Express for more advanced features and ease of use. Both approaches highlight …

  4. Server side and Client side Programming - GeeksforGeeks

    Jun 1, 2026 · Server-side and client-side programming form the basic structure of how web applications work, dividing responsibilities between the user’s device and remote systems.

  5. Learn to Code — For Free — Coding Courses for Busy People

    We accomplish this by creating thousands of videos, articles, and interactive coding lessons - all freely available to the public. Donations to freeCodeCamp go toward our education initiatives, and help pay …

  6. W3Schools Online Web Tutorials

    Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP, Bootstrap, Java, XML and more.

  7. Visual Studio Code Server

    The Visual Studio Code Server is a service you can run on a remote development machine, like your desktop PC or a virtual machine (VM). It allows you to securely connect to that remote machine from …

  8. How to Build a Simple HTTP Server in C: A Beginner's Guide

    Mar 31, 2025 · Building an HTTP server in C provides fundamental knowledge applicable across all web development. The complete project with documentation reveals how seemingly complex systems …

  9. 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.

  10. Building Your Own Web Server: Part 1 — Theory and Foundations

    Apr 25, 2025 · In this series of articles, I want to show how to create an HTTP web server from scratch.