Page Contents
What is an Application?
In LoopBack 4, the
Application
class is the central class for setting up all of your module’s components,
controllers, servers and bindings. The Application
class extends
Context and provides the controls for starting and stopping itself
and its associated servers.
When using LoopBack 4, we strongly encourage you to create your own subclass of
Application
to better organize your configuration and setup.