awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ritwickdey avatar

ritwickdey/vscode-live-server

0
View on GitHub↗
6,778 نجوم·1,770 تفرعات·TypeScript·mit·7 مشاهداتritwickdey.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.

سجل النجوم

مخطط تاريخ النجوم لـ ritwickdey/vscode-live-serverمخطط تاريخ النجوم لـ ritwickdey/vscode-live-server

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة 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.

ما هي الميزات الرئيسية لـ ritwickdey/vscode-live-server؟

الميزات الرئيسية لـ ritwickdey/vscode-live-server هي: Static File Servers, Development Preview Servers, Browser Reload Triggers, Development Iteration Workflows, Development Refreshers, Live Reloading Tools, VS Code Extensions, Local Network Previews.

ما هي البدائل مفتوحة المصدر لـ ritwickdey/vscode-live-server؟

تشمل البدائل مفتوحة المصدر لـ ritwickdey/vscode-live-server: 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…

بدائل مفتوحة المصدر لـ Vscode Live Server

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Vscode Live Server.
  • tapio/live-serverالصورة الرمزية لـ tapio

    tapio/live-server

    4,563عرض على 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
    عرض على GitHub↗4,563
  • browsersync/browser-syncالصورة الرمزية لـ BrowserSync

    BrowserSync/browser-sync

    12,289عرض على 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
    عرض على GitHub↗12,289
  • middleman/middlemanالصورة الرمزية لـ middleman

    middleman/middleman

    7,110عرض على 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
    عرض على GitHub↗7,110
  • http-party/http-serverH

    http-party/http-server

    14,191عرض على 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
    عرض على GitHub↗14,191
عرض جميع البدائل الـ 30 لـ Vscode Live Server→