Server
Last updated
Last updated
Running as a node will initialise a web server.
The startup procedure is as follows.
Inspect the environment settings provided to the process.
Setup node-postgres connection pools.
Load workspace into memory.
Declare Fastify web server.
Register Fastify modules and routes.
Start listening for requests.