FAForever / website

FAForever's Website
http://www.faforever.com
MIT License
21 stars 37 forks source link

Bootstrapping The Application #480

Closed fcaps closed 1 year ago

fcaps commented 1 year ago

Separate the bootstrapping and the actual "listen" call of the application would benefit development and testing.

Actual behavior: node is starting the express.js with cronjobs, routes, middlewares and the listen to the port.

Desired: Routing (controllers), middlewares, configs and cronjobs can be bootstrapped without starting the webserver.

benefits: