Server

Running server.js as a node will initialise a Fastify web server.

The startup procedure is as follows.

  1. Inspect the environment settings provided to the process.

  2. Setup node-postgres connection pools.

  3. Load workspace into memory.

  4. Declare Fastify web server.

  5. Register Fastify modules and routes.

  6. Start listening for requests.

Last updated