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

https://syntackle.live/blog/how-to-create-and-deploy-an-express-js-app-to-vercel-ljgvGrsCH7ioHsAxuw3G/

https://github.com/murtuzaalisurti/express-to-vercel

https://vercel.com/guides/using-express-with-vercel