Can You Use Vercel for a Node.js Backend? Limits Explained

Vercel is great for Next.js frontends, but as a general Node.js backend it hits real walls: function timeouts, cold starts, no durable workers, WebSocket limits, and usage-based bills. Here’s what bites and when to use a real server.