Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including @scion/workbench-application-platform with all npm packages installed. Try it out:

require("@angular/common/package.json"); // @angular/common is a peer dependency. require("@angular/core/package.json"); // @angular/core is a peer dependency. require("@angular/cdk/package.json"); // @angular/cdk is a peer dependency. require("@angular/router/package.json"); // @angular/router is a peer dependency. require("@scion/workbench/package.json"); // @scion/workbench is a peer dependency. require("rxjs/package.json"); // rxjs is a peer dependency. var workbenchApplicationPlatform = require("@scion/workbench-application-platform")

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

@scion/workbench-application-platform v0.0.0-beta.35

SCION Workbench Application Platform is an extension of SCION Workbench to integrate content from multiple web applications in a coherent way, thus enabling a micro frontend architecture for allowing different front-end frameworks to co-exist and independent delivery. The platform provides the mechanics for client-side web application integration. Any web application can be integrated. If the site does not interact with the platform, there is no need for adaptation. For a deeper integration, the platform provides a framework-agnostic guest API.

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free