awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Hot Module Replacement · Awesome GitHub Repositories

4 repos

Awesome GitHub RepositoriesHot Module Replacement

Mechanisms that allow application modules to be updated or patched in real-time without requiring a full system restart.

Explore 4 awesome GitHub repositories matching development tools & productivity · Hot Module Replacement. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Platforms, Runtimes & Language Services
  4. Hot Module Replacement

Awesome Hot Module Replacement GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • oven-sh/bun

    oven-sh/bun

    87,491GitHubView on GitHub↗

    Bun is a high-performance runtime environment designed to execute JavaScript and TypeScript applications with minimal latency and high throughput. Built on a native core implemented in Zig, it provides a unified execution engine that leverages JavaScriptCore for efficient memory management and low-latency startup. The

    Updates application modules in real-time without requiring a full system restart, maintaining state during the development cycle.

    Zigbunbundlerjavascript
  • home-assistant/core

    home-assistant/core

    84,936GitHubView on GitHub↗

    Home Assistant is a centralized home automation platform designed to orchestrate diverse internet-connected devices and services. It functions as a local-first control system that normalizes heterogeneous hardware protocols into a unified set of entities, attributes, and services. The core architecture relies on an eve

    Applies configuration changes for specific integrations immediately without requiring a full system restart.

    Pythonasynciohacktoberfesthome-automation
  • vitejs/vite

    vitejs/vite

    78,295GitHubView on GitHub↗

    Vite is a frontend build toolchain that provides a unified development and production pipeline for modern web applications. It functions as a modular, environment-agnostic build engine that leverages native ES modules to serve source code directly to the browser, eliminating the need for expensive bundling during the d

    Patches application modules in real-time by managing lifecycle events and resource disposal during active development.

    TypeScriptbuild-tooldev-serverfrontend
  • webpack/webpack

    webpack/webpack

    66,022GitHubView on GitHub↗

    Webpack is a module bundler that maps project dependencies into a directed acyclic graph to transform diverse file types into optimized, browser-ready assets. It functions as a build pipeline orchestrator, using entry points to recursively resolve imports and bundle modules, scripts, and static assets into a unified ou

    Patch application modules in real-time to update code in the browser without requiring a full reload.

    JavaScriptamdbuild-toolcommonjs