Express

Express API

TypeScript Node API with health checks.

Express 5 + TypeScript API skeleton with graceful shutdown, /health endpoint, and JSON logging. Boots in <1s cold.

Setup

  1. Click Deploy to Buildfyio.
  2. TS is compiled to dist/, Express serves on $PORT.
  3. /health used by the runtime probe — no config needed.

Related