awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ritwickdey avatar

ritwickdey/vscode-live-server

0
View on GitHub↗
6,778 stele·1,770 fork-uri·TypeScript·mit·9 vizualizăriritwickdey.github.io/vscode-live-server↗

Vscode Live Server

This is a local development server extension for VS Code that provides static file hosting and automatic browser reloading upon saving source files. It functions as a live reloading tool and static file web server, allowing developers to preview web pages locally with support for custom ports and root directories.

The project distinguishes itself by offering a local network preview server that exposes projects to other devices on the same wireless network via IP. It also includes a development proxy capable of adding Cross-Origin Resource Sharing headers and proxying traffic to external URIs.

The server covers a broad range of networking and management capabilities, including proxy request routing, remote network access, and directory-to-route mapping. It supports multi-root workspace serving and provides configuration options for network settings, project-specific behaviors, and browser integration customization.

Features

  • Static File Servers - Hosts static files from the local disk over HTTP based on a defined root directory.
  • Development Preview Servers - Provides a local server for previewing HTML and CSS changes with live reloading.
  • Browser Reload Triggers - Monitors workspace file changes to trigger automatic browser refreshes for a live development experience.
  • Development Iteration Workflows - Facilitates rapid iteration on web pages with automatic browser reloads as source files are edited.
  • Development Preview Servers - Hosts a local preview environment that automatically reloads the browser when files change.
  • Development Refreshers - Automatically refreshes the browser instantly when workspace files are modified.
  • Live Reloading Tools - Monitors source files and triggers immediate browser refreshes to reflect changes in real time.
  • VS Code Extensions - Implements these server capabilities as a dedicated extension for the Visual Studio Code editor.
  • Local Network Previews - Exposes local web projects to other devices on the same wireless network via IP for cross-device testing.
  • Live Reloading - Maintains a WebSocket connection between the server and browser to trigger real-time page refreshes.
  • Server Network Configurations - Provides configuration for custom port numbers and hostnames to control how the local server is accessed.
  • Local Network Preview Servers - Exposes local web projects to other devices on the same wireless network via IP for testing.
  • Server Root Definitions - Allows setting a specific sub-folder within the workspace to act as the root directory for the server.
  • Project Workspaces - Supports hosting files from multiple project folders simultaneously by defining specific entry points.
  • Local Development Networking - Manages custom ports, HTTPS protocols, and proxy settings for local website access.
  • HTTP Proxies - Provides an HTTP proxy to intercept and redirect incoming requests to external URIs or network targets.
  • CORS Header Injection - Injects Access-Control-Allow-Origin headers into responses to enable requests from different domains.
  • Request Proxies - Provides a development proxy to route network traffic and intercept requests for adding CORS headers.
  • Local Network Access - Exposes the local development server to other devices on the same wireless network via IP for mobile testing.
  • Development Proxies - Functions as a development proxy that adds CORS headers to bypass cross-origin restrictions.
  • Directory-to-Route Mappings - Mounts specific local directories to custom URL routes to organize the served web structure.
  • Filesystem-Based Route Mappings - Implements routing that maps local filesystem directories to custom URL endpoints for organized web structure.

Istoric stele

Graficul istoricului de stele pentru ritwickdey/vscode-live-serverGraficul istoricului de stele pentru ritwickdey/vscode-live-server

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Vscode Live Server

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Vscode Live Server.
  • tapio/live-serverAvatar tapio

    tapio/live-server

    4,563Vezi pe GitHub↗

    live-server is a local HTTP server designed for hosting static HTML, JavaScript, and CSS files. It functions as a live reload development server that monitors file changes and automatically refreshes the browser to reflect updates. The server includes an HTTP request proxy to route specific paths to remote URLs, bypassing cross-origin resource sharing restrictions. It also serves as a single page application routing proxy, mapping URL requests to a specific entry file to support client-side navigation. Additional capabilities cover security and access control through basic authentication and

    JavaScript
    Vezi pe GitHub↗4,563
  • browsersync/browser-syncAvatar BrowserSync

    BrowserSync/browser-sync

    12,289Vezi pe GitHub↗

    BrowserSync is a web development synchronization tool and live reload server. It functions as a local static web server, a reverse proxy server for existing sites, and a browser testing orchestrator that coordinates page state across different browsers and physical devices. The tool is distinguished by its ability to mirror user interactions, such as clicks, scrolls, and form inputs, in real time across all connected devices. It also provides a web-based device control interface and the capability to create public URL tunnels for remote testing of local sites. The system covers a broad range

    JavaScript
    Vezi pe GitHub↗12,289
  • middleman/middlemanAvatar middleman

    middleman/middleman

    7,110Vezi pe GitHub↗

    Middleman is a Ruby-based static site generator and web framework used to transform templates and assets into standalone HTML, CSS, and JavaScript files. It functions as a multi-engine template processor and build tool, converting source markup into production-ready websites that can be hosted on any web server. The system is distinguished by a comprehensive asset pipeline that handles compression, minification, and fingerprinting to optimize web delivery. It features an extensible architecture with lifecycle hooks and a middleware-based request interception layer, allowing for the programmat

    Rubymiddlemanstatic-site-generator
    Vezi pe GitHub↗7,110
  • http-party/http-serverH

    http-party/http-server

    14,191Vezi pe GitHub↗

    This project is a lightweight Node.js web server and command-line tool designed for hosting static assets and delivering local files over HTTP. It functions as a static site host that provides a minimal environment for serving HTML, CSS, and JavaScript files to web browsers. The server includes built-in support for TLS encryption to enable secure HTTPS access and allows for the configuration of cross-origin resource sharing headers. It also features basic authentication to restrict folder access via username and password verification. The system manages content delivery through browser cache

    JavaScript
    Vezi pe GitHub↗14,191
Vezi toate cele 30 alternative pentru Vscode Live Server→

Întrebări frecvente

Ce face ritwickdey/vscode-live-server?

This is a local development server extension for VS Code that provides static file hosting and automatic browser reloading upon saving source files. It functions as a live reloading tool and static file web server, allowing developers to preview web pages locally with support for custom ports and root directories.

Care sunt principalele funcționalități ale ritwickdey/vscode-live-server?

Principalele funcționalități ale ritwickdey/vscode-live-server sunt: Static File Servers, Development Preview Servers, Browser Reload Triggers, Development Iteration Workflows, Development Refreshers, Live Reloading Tools, VS Code Extensions, Local Network Previews.

Care sunt câteva alternative open-source pentru ritwickdey/vscode-live-server?

Alternativele open-source pentru ritwickdey/vscode-live-server includ: tapio/live-server — live-server is a local HTTP server designed for hosting static HTML, JavaScript, and CSS files. It functions as a live… browsersync/browser-sync — BrowserSync is a web development synchronization tool and live reload server. It functions as a local static web… middleman/middleman — Middleman is a Ruby-based static site generator and web framework used to transform templates and assets into… http-party/http-server — This project is a lightweight Node.js web server and command-line tool designed for hosting static assets and… prefecthq/fastmcp — FastMCP is a Python framework designed for building servers that expose functions, resources, and prompts to AI models… cosmtrek/air — Air is a live reload tool and build automation utility for Go applications. It functions as a hot reloading…