Function: startExpressServer()
startExpressServer(
app,options):void
Given an Express app and options, starts the server and sets it up for graceful shutdown.
Parameters
| Parameter | Type |
|---|---|
app | Express |
options | StartServerOptions |
Returns
void
startExpressServer(
app,options):void
Given an Express app and options, starts the server and sets it up for graceful shutdown.
| Parameter | Type |
|---|---|
app | Express |
options | StartServerOptions |
void