Glossary infra Term Page

Static website plus a light API

serve files through Nginx and proxy `/api` to a Node/Express container

static-website-plus-a-light-api #infra#docker
Korean version

Related Concepts

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.

Posts Mentioning This Concept