a trivial question here. is using Prisma & Nex...
# orm-help
i
a trivial question here. is using Prisma & NextJS considered as monolith app ?
j
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.
plus one +1 1