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 |
|---|---|---|---|
| [listening](/doc/en/lb4/apidocs.core.server.listening.html) | `readonly` | boolean | Tells whether the server is listening for connections or not |