Skip to main content
← Writing

Writing · Tagged

#architecture

1 article

· 22 min read · Part 3 of 4

Running a Warehouse System on a 4 GB Server with No Docker

The architecture behind a production warehouse system: Koa.js over Express, gRPC for process isolation, Unix pipes for log forwarding, systemd instead of Docker, and a polyglot monorepo where a Rust/WASM binary is just another npm package.