2 个仓库
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.
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.
Shares JavaScript modules between independently deployed applications at runtime without rebuilding.