vercel node express anti-pattern
vercel node express anti-pattern
NOTE : When we deploy a server (Express.js based application) within a Serverless Function, we are executing a full server implementation on each request. This is an anti-pattern, as Serverless Functions should serve one purpose.
https://dev.to/andrewbaisden/how-to-deploy-a-node-express-app-to-vercel-2aa