Skip to content

@saflib/express


Function: startExpressServer()

startExpressServer(app, options): void

Given an Express app and options, starts the server and sets it up for graceful shutdown.

Parameters

ParameterType
appExpress
optionsStartServerOptions

Returns

void