awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
tapio avatar

tapio/live-server

0
View on GitHub↗
4,563 星标·500 分支·JavaScript·9 次浏览tapiov.net/live-server↗

Live Server

live-server 是一个本地 HTTP 服务器,旨在托管静态 HTML、JavaScript 和 CSS 文件。它作为一个实时重载(live reload)开发服务器,监控文件更改并自动刷新浏览器以反映更新。

该服务器包含一个 HTTP 请求代理,可将特定路径路由到远程 URL,从而绕过跨域资源共享(CORS)限制。它还充当单页应用程序(SPA)路由代理,将 URL 请求映射到特定的入口文件,以支持客户端导航。

其他功能涵盖了通过基本身份验证和 TLS 加密实现的安全性与访问控制。该服务器还提供路径映射,将传入请求转换为特定的目录路径。

Features

  • Live-Reload Development Servers - Functions as a development server that automatically reloads the browser or injects CSS when source files change.
  • Static File Hosting - Provides a local HTTP server to host static HTML, JavaScript, and CSS files from the filesystem.
  • Frontend Development Environments - Provides a complete environment for frontend development by serving static assets with automatic reloading.
  • Live-Reload Signaling Channels - Injects a WebSocket script into the client to receive instant reload signals from the server.
  • CORS Bypass Proxies - Implements an HTTP request proxy to route specific paths to remote URLs, bypassing cross-origin resource sharing restrictions.
  • Cross-Platform Filesystem Event Monitors - Implements real-time monitoring of the local filesystem to trigger automatic browser refreshes when files are modified.
  • Static File Servers - Serves local HTML, JavaScript, and CSS files over HTTP for web development.
  • Development Preview Servers - Offers a local server for previewing sites with restricted access via authentication and TLS.
  • HTTP Request Forwarders - Forwards specific request paths to remote backend servers to bypass cross-origin resource sharing restrictions.
  • Development Proxies - Routes local requests to remote servers to bypass CORS restrictions during frontend development.
  • Directory-to-Route Mappings - Maps local filesystem directories to specific URL paths to manage how static assets are served.
  • Single Page Application Hosting - Configures fallback routing to serve a single entry file for all application paths in SPAs.
  • SPA Routing Support - Maps all missing file requests to a specific entry file to support client-side navigation in single-page applications.
  • Development Servers - Development server with live reload capability.

Star 历史

tapio/live-server 的 Star 历史图表tapio/live-server 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

tapio/live-server 是做什么的?

live-server 是一个本地 HTTP 服务器,旨在托管静态 HTML、JavaScript 和 CSS 文件。它作为一个实时重载(live reload)开发服务器,监控文件更改并自动刷新浏览器以反映更新。

tapio/live-server 的主要功能有哪些?

tapio/live-server 的主要功能包括:Live-Reload Development Servers, Static File Hosting, Frontend Development Environments, Live-Reload Signaling Channels, CORS Bypass Proxies, Cross-Platform Filesystem Event Monitors, Static File Servers, Development Preview Servers。

tapio/live-server 有哪些开源替代品?

tapio/live-server 的开源替代品包括: ritwickdey/vscode-live-server — This is a local development server extension for VS Code that provides static file hosting and automatic browser… thewawar/simple-http-server — This project is a collection of specialized HTTP servers designed for static file hosting, secure file uploads, and… webpack/webpack-dev-server — webpack-dev-server is a local web server designed to serve webpack bundles and trigger browser refreshes when source… svenstaro/miniserve — Miniserve is an HTTP static file server that hosts local directories over the network with an integrated web-based… http-party/http-server — This project is a lightweight Node.js web server and command-line tool designed for hosting static assets and… h3js/h3 — Hono is a minimal JavaScript HTTP framework designed for building web servers across multiple runtimes, including…

Live Server 的开源替代方案

相似的开源项目,按与 Live Server 的功能重合度排序。
  • ritwickdey/vscode-live-serverritwickdey 的头像

    ritwickdey/vscode-live-server

    6,778在 GitHub 上查看↗

    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.

    TypeScriptlive-reloadlive-serverlivereload
    在 GitHub 上查看↗6,778
  • thewawar/simple-http-serverTheWaWaR 的头像

    TheWaWaR/simple-http-server

    3,394在 GitHub 上查看↗

    This project is a collection of specialized HTTP servers designed for static file hosting, secure file uploads, and encrypted web traffic. It provides implementations for delivering local files and directories over HTTP and HTTPS, including support for index pages and single-page application routing. The software differentiates itself through dedicated server roles, including a secure file upload server with size limits and token validation, and an HTTPS web server that utilizes PKCS#12 certificates for TLS encryption. It also includes a specialized gateway for managing cross-origin resource

    Rustfilehttprust
    在 GitHub 上查看↗3,394
  • webpack/webpack-dev-serverwebpack 的头像

    webpack/webpack-dev-server

    7,853在 GitHub 上查看↗

    webpack-dev-server is a local web server designed to serve webpack bundles and trigger browser refreshes when source files change. It functions as a development environment that hosts bundled applications and provides a live reloading workflow. The project distinguishes itself by supporting hot module replacement to update modules in a running application without a full page reload. It also acts as an HTTP proxy to redirect network request paths to different backends and provides history API fallbacks specifically for hosting single-page applications. The server includes capabilities for mon

    JavaScripthot-reloadserverwebpack
    在 GitHub 上查看↗7,853
  • svenstaro/miniservesvenstaro 的头像

    svenstaro/miniserve

    7,391在 GitHub 上查看↗

    Miniserve is an HTTP static file server that hosts local directories over the network with an integrated web-based file browser. It functions as a single-binary tool capable of serving as a markdown rendering server, a TLS-enabled web server for encrypted traffic, and a WebDAV file manager for remote file operations. The project distinguishes itself through specialized hosting modes, including a single page application mode that routes requests to a single index file and the ability to generate random hexadecimal access URLs to obscure served directories. It also provides the ability to conve

    Rustclicommand-linecommand-line-tool
    在 GitHub 上查看↗7,391
  • 查看 Live Server 的所有 30 个替代方案→