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 | Type | Description |
---|---|---|
listening | boolean | Tells whether the server is listening for connections or not |