Express
We use express to start a web server and to control it. We also use body parsing, cookie parsing and helmet to keep the server secure and functional so you don't have to.
You can access the express server through the module (1) or on startup in the constructor (2)
We recommend for multiple files by starting up in a main file and accessing the express app using the first method
Example usage
Last updated