Deploy a node server to Vercel!

1 ยท Dev Sharma ยท April 26, 2021, 6:21 a.m.
Vercel ๐Ÿ˜ Vercel, the creator of Next js. But isn't that where you are supposed to host your frontend applications. Yes, but not just that! We can host node backend applications on Vercel. Vercel essentially allows running a server on Vercel. Deploying to Vercel Create a free account on Vercel. (Preferably, use a provider where the repository for code is hosted) Add a vercel.json file in the root folder. { "version": 2, "name": "name-of-your-vercel-app", "builds": [ { "src": "script.js"...