Glossary infra Term Page
Static website plus a light API
serve files through Nginx and proxy `/api` to a Node/Express container
Core Idea
Static website plus a light API is serve files through Nginx and proxy /api to a Node/Express container. Almost no state means one Compose file is all you need. It usually makes the most sense alongside Unified environments, Easy reproducibility, Self-documenting setup.
Why It Matters Here
Mathbong reuses this term across docker posts as shared vocabulary.