Back-end
We use
TypeScript and
Node.js across our back-end applications. They are divided into serverless functions using
Next.js API Routes and long running
Express servers.
Our applications generally try to follow a single concern, for example, our public API is served from an Express server, our SMTP from another one, but we have a few others use...
See more