a trivial question here. is using Prisma & NextJS considered as monolith app ?
j
janpio
06/18/2021, 11:27 AM
Opposite of trivial 😄 NextJS often is deployed in a distributed way, e.g. on Vercel some endpoints can be split out into serverless functions which makes it a microservice architecture.