Is it possible to deploy a NodeJs app in Vercel?

前端 未结 3 654
南旧
南旧 2021-02-02 15:34

I\'m trying to deploy an API (made in Node) at Vercel (https://vercel.com, before Now) from the CLI. But when I deploy the app, I open the site and the result is just the files

3条回答
  •  感动是毒
    2021-02-02 16:23

    For the time being, with Vercel it's not possible to have a server-run web app that relies on Node.

    Vercel is a cloud platform for static frontends and serverless functions.

    In order to deploy a node api with Vercel you would need to use their serverless functions.

提交回复
热议问题