You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A library to help users achieve a decentralized front-end microservices architecture
actionText
Get Started
actionLink
/guide/introduction/
features
title
details
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.
title
details
Service Communication
Services can expose reactive states based on @vue/reactivity, as well as events and methods based on proxy.
title
details
Middleware Extension
The middleware mechanism based on koa-compose makes application resource loading highly flexible and extensible.