{"id":28266863,"url":"https://github.com/ralliejs/rallie","last_synced_at":"2026-01-12T00:52:29.991Z","repository":{"id":38426439,"uuid":"225405270","full_name":"ralliejs/rallie","owner":"ralliejs","description":"a library that helps developers implement decentralized front-end micro service architecture","archived":false,"fork":false,"pushed_at":"2025-03-02T06:20:00.000Z","size":23335,"stargazers_count":299,"open_issues_count":1,"forks_count":25,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-03T22:07:45.367Z","etag":null,"topics":["frontend-web","javascript","micro-frontend","micro-frontend-architecture","microfrontends","module-federation","react","vue"],"latest_commit_sha":null,"homepage":"https://rallie.js.cool","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ralliejs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-02T15:17:32.000Z","updated_at":"2025-04-03T11:24:36.000Z","dependencies_parsed_at":"2025-03-23T09:00:55.660Z","dependency_job_id":"4c5047fc-d2cb-4ec0-8bcd-6800ec24a7d6","html_url":"https://github.com/ralliejs/rallie","commit_stats":{"total_commits":298,"total_committers":6,"mean_commits":"49.666666666666664","dds":"0.16778523489932884","last_synced_commit":"a7d26f83e61f737148896b61eae9ad18a25036fb"},"previous_names":["obviousjs/obvious-core","smielpf/obvious"],"tags_count":52,"template":false,"template_full_name":null,"purl":"pkg:github/ralliejs/rallie","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ralliejs%2Frallie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ralliejs%2Frallie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ralliejs%2Frallie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ralliejs%2Frallie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ralliejs","download_url":"https://codeload.github.com/ralliejs/rallie/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ralliejs%2Frallie/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260567191,"owners_count":23029065,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["frontend-web","javascript","micro-frontend","micro-frontend-architecture","microfrontends","module-federation","react","vue"],"created_at":"2025-05-20T15:04:39.204Z","updated_at":"2026-01-12T00:52:29.984Z","avatar_url":"https://github.com/ralliejs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg width=300 height=300 src=\"https://raw.githubusercontent.com/ralliejs/docs/main/.vuepress/public/logo.png\" /\u003e\n  \u003cbr\u003e\u003cbr\u003e\n\n[![Coverage Status](https://coveralls.io/repos/github/ralliejs/rallie/badge.svg?branch=master)](https://coveralls.io/github/ralliejs/rallie?branch=master) [![release](https://img.shields.io/github/release/ralliejs/rallie.svg)](https://github.com/ralliejs/rallie/releases) [![lastCommit](https://img.shields.io/github/last-commit/ralliejs/rallie)](https://github.com/ralliejs/rallie/commits/master) [![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lerna.js.org/)\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[简体中文](https://github.com/ralliejs/rallie/blob/master/README.zh.md) ｜ English\n\n\u003c/div\u003e\n\n## Introduction\n\nRallie is a library that can help users implement decentralized front-end micro service architecture. The front-end application developed based on rallie can become a service that exposes responsive states, events and methods. Different services can share dependencies, flexibly combine and arrange, so as to improve the scalability of large-scale front-end applications\n\n## Features\n\n- **Decentralized service arrangement**: there is no concept like main-application and sub-application, everything is service, and the dependencies between services are managed and arranged by rallie\n- **communication between services**: services can expose reactive states based on `@vue/reactivity` along with events and methods based on proxy\n- **Middleware**: The middleware mechanism based on `koa-compose` makes the process of loading application's resource become really flexible and scalable\n- **Support mainstream front-end technology**: rallie is friendly to typescript, and supports vue2, vue3, react and vanilla js\n\n## Example\n\n- code: [https://github.com/ralliejs/rallie/tree/master/playground](https://github.com/ralliejs/rallie/tree/master/playground)\n- preview: [https://ralliejs.github.io/rallie/index.html](https://ralliejs.github.io/rallie/index.html)\n\n## Ecosystem\n\n- [@rallie/react](https://github.com/ralliejs/rallie/tree/master/packages/react): support react services by providing hooks\n- [@rallie/vue](https://github.com/ralliejs/rallie/tree/master/packages/vue): support vue3 services by providing composition api and support vue2 services by providing mixins\n- [@rallie/load-html](https://github.com/ralliejs/rallie/tree/master/packages/load-html): A middleware that allows services load resources directly from HTML\n\n## Document\n\n[Rallie.js: A library that helps users implement decentralized front-end micro service architecture](https://ralliejs.github.io/docs/)\n\n## License\n\nrallie is [MIT Licensed](https://github.com/ralliejs/rallie/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fralliejs%2Frallie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fralliejs%2Frallie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fralliejs%2Frallie/lists"}