DEV Community

Discussion on: Deploy Express.js app to Vercel

Collapse
 
khalby786 profile image
khaleel gibran

This is really great, but isn't that the whole point of serverless functions?

Collapse
 
hte305 profile image
Ha Tuan Em

Actually, Express is a traditional server. It's not supported by serverless. But you still want to covert Express to serverless app. You can find out in this article. But I recommend you should using Next.js to making an awesome application with full serverless function.
Thanks =)