Instance Property
server
The application’s HTTP server.
let server: any Server
Discussion
Built once, during init, so everyone awaiting listeningAddress and whoever calls run() are talking to the same instance by construction.
You're viewing documentation for a pre-release version. View the latest stable version
Instance Property
let server: any Server
Built once, during init, so everyone awaiting listeningAddress and whoever calls run() are talking to the same instance by construction.