Environments

Introduction

In EJS, an environment is a fully self-contained source directory containing all configuration, modules, libraries, and assets used by a given application.

Additionally, environments provide encapsulation within the browser, allowing multiple independent applications to run on the same page.

Last updated