2 个仓库
Framework mechanisms that enable the concurrent loading and execution of asynchronous plugins to improve application startup performance.
Explore 2 awesome GitHub repositories matching web development · Asynchronous Plugin Parallelization. Refine with filters or upvote what's useful.
Nuxt is a universal web framework designed for building full-stack applications that seamlessly transition between server-side rendering and client-side interactivity. It provides a comprehensive development environment that automates routing, dependency injection, and type generation, allowing developers to focus on application logic rather than manual configuration. By executing code in a platform-agnostic server engine, it supports deployment across diverse environments, including edge networks, serverless functions, and traditional Node.js runtimes. The framework distinguishes itself thro
Improves startup performance by loading asynchronous plugins concurrently to prevent blocking during the hydration process.
Sofa-boot 是一个模块化 Java 应用程序框架和 Spring Boot 扩展,旨在将应用程序模块隔离到独立的执行上下文中。它提供了一个用于发布和引用内部服务的 JVM 服务编排器,以及用于部署自包含中间件启动器的企业中间件集成层。 该框架通过使用独立的类加载器和不同执行上下文的分层树,防止了 Bean、配置和依赖版本冲突。它通过并行加载独立模块并异步初始化组件,优化了企业应用程序的启动时间。 该系统包括一个应用程序就绪性验证器,在所有组件完全初始化之前阻止外部网络流量和服务注册。它还通过将内部模块通信转换为远程服务调用来管理服务编排,并将中间件和 SDK 日志流与主要应用程序日志解耦。
Reduces initial boot time by loading modules in parallel and initializing components asynchronously.