2 repositorios
Development environments that synchronize frontend web updates with native backend compilation in a single hot-reloading loop.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Unified Full-Stack Hot-Reloaders. Refine with filters or upvote what's useful.
Tauri is a cross-platform framework for building desktop applications that combine web-based user interfaces with a memory-safe systems-language backend. It functions as a secure runtime that hosts web content within native windowing containers, allowing developers to leverage existing web technologies while maintaining high-performance native logic. By compiling applications into small-footprint, platform-specific binaries, the framework avoids bundling heavy runtime environments, resulting in lightweight executables. The project distinguishes itself through a capability-based security model
Synchronizes frontend web updates with native backend compilation to enable a unified, hot-reloading development workflow.
This project is a starter template that provides a unified environment for building full-stack web applications by integrating the Vue.js framework with an Express server. It functions as a server-side rendering framework, enabling the execution of JavaScript on the server to generate HTML pages before they are delivered to the client. The template distinguishes itself by providing a cohesive architecture that bridges frontend rendering with backend API logic. It includes built-in mechanisms for server-side route protection and cookie propagation, ensuring that authentication states are maint
Provides a unified development environment that synchronizes frontend and backend services with hot reloading for streamlined full-stack iteration.