Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 608 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 608 Bytes

ef-runtime

This is a monorepository containing the runtime for extensible-frontends, and it includes the following packages:

  • ef-runtime-client: This is the client-side runtime, which runs in web-browsers to dynamically load in components.
  • ef-runtime-server: Placeholder for the server-side runtime, which runs in a NodeJS server environment to dynamically load in components.
  • ef-runtime-library: This is a shared library which includes common code and shared interfaces for the runtime.

Note: The package names here may change, and these packages may be moved into another repository.