@kentcdodds @Netlify @vercel An Express server typically is a long-lived process which might internally manage state etc, rather than an execute-and-terminate process, so I'd say so, yes.
(Which is not to say somebody might use Express in a serverless function) to return a view and do nothing more.