awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesFederated Code Sharing

Exposes and consumes modules from one JavaScript application inside another at runtime without rebuilding.

Distinct from Code Sharing Utilities: Distinct from Code Sharing Utilities: focuses on runtime module sharing between applications, not generating links to code files.

Explore 2 awesome GitHub repositories matching development tools & productivity · Federated Code Sharing. Refine with filters or upvote what's useful.

Awesome Federated Code Sharing GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • browserify/browserifybrowserify 的头像

    browserify/browserify

    14,706在 GitHub 上查看↗

    Browserify is a build utility that enables the use of CommonJS module patterns within client-side JavaScript applications. It functions as a dependency manager and module bundler, tracing recursive import calls to package multiple source files and their dependencies into a single, optimized file for execution in web browser environments. The project distinguishes itself by providing a comprehensive compatibility layer that allows server-side code to run in the browser. It achieves this by injecting environment shims and replacing system-level globals with browser-compatible equivalents. Throu

    Enables the reuse of shared JavaScript logic across server-side and client-side environments through consistent module resolution.

    JavaScript
    在 GitHub 上查看↗14,706
  • module-federation/module-federation-examplesmodule-federation 的头像

    module-federation/module-federation-examples

    6,103在 GitHub 上查看↗

    Shares JavaScript modules between independently deployed applications at runtime without rebuilding.

    JavaScriptdemoexamplesfederated
    在 GitHub 上查看↗6,103
  1. Home
  2. Development Tools & Productivity
  3. Code Sharing Utilities
  4. Federated Code Sharing