Page Contents
Home > @loopback/core > Server
Server interface
Defines the requirements to implement a Server for LoopBack applications: start() : Promise
Signature:
export interface Server extends LifeCycleObserver
Extends: LifeCycleObserver
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
|
|
boolean |
Tells whether the server is listening for connections or not |