Skip to content

You're viewing documentation for a pre-release version. View the latest stable version

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.