
Rallie.js
A library to help users achieve a decentralized front-end microservices architecture
Service Orchestration
There is no concept of distinguishing between a main application and sub-applications; every application is a service, and the dependencies between services are managed and orchestrated by Rallie.
Service Communication
Services can expose reactive states based on @vue/reactivity, as well as events and methods based on proxy.
Middleware Extension
The middleware mechanism based on koa-compose makes application resource loading highly flexible and extensible.