Module: utils/serverUtil

Server Initialization Utility for Satoshi Showdown. Responsible for initializing and configuring the Express application. This includes applying centralized middleware, setting up routes, and configuring error handling, thus preparing the Express server for robust operation.

Source:

Requires

Methods

(inner) initializeServer() → {express.Application}

Initializes and configures the Express application. Applies middleware, sets up routes, and ensures comprehensive error handling.

Source:
Returns:

The fully configured Express application.

Type
express.Application