Tech Stacks · Backend
Node.js
Category
Backend
At the studio
Since 2019
Projects shipped
2 case studies
Status
Active
(01) Our take
Most of our backend work runs on Node. The concurrency model suits I/O-heavy workloads, the package ecosystem is unmatched, and sharing code between frontend and backend is a real productivity win. We typically pair Node with Hono for new services and Express for inherited ones.
For Node-native tooling we lean on Bun in local development but still deploy Node for production. Bun's maturity curve has been steep but we want two years of production history before we trust it under real load.
(02) What we build with it
Typical work
- REST and GraphQL APIs
- Realtime services (WebSockets, Server-Sent Events)
- Background job processing
- BFF (backend-for-frontend) layers
(03) How we engage
Engagement shape
Usually paired with a Next.js or mobile frontend. Standalone backend-only engagements are rare — we typically own the stack end-to-end.
(04) In production
Where we've shipped it
(05) Pairs with
Works well with
Technologies we reach for alongside Node.js in most engagements.
Thinking about a Node.js project?