Create a new NodeJS HTTP server instance.
Wings router to handle requests
Optional
options: ServerOptions = {}Server options
Check if current process is the cluster primary (main process).
True if this is the primary process
Check if SSL/HTTPS mode is enabled.
True if server is running in HTTPS mode
Check if current process is a worker process (child process).
True if this is a worker process
Get current configuration options.
Configuration options
Get underlying HTTP server instance.
Node.js HTTP server
Protected
createProtected
handleProtected
sendProtected
Convert Wings Context to HTTP response.
Wings context with response data
HTTP response object
Production-ready clustered HTTP server with automatic scaling and crash recovery. Features: