Meadowlark - Serving HTTP
Rough notes for further exploration:
- Choose between Express and Fastify web servers in NodeJs
- NGiNX
- Demonstrate load balancing
- Assume containers are constantly running, not "serverless" (instantiated when needed)
- Don't worry about pretty packaging - save that for Meadowlark - Container-based Orchestration.
- Rate limiting for better security - https://www.npmjs.com/package/@fastify/rate-limit
- Discuss configuration options