@jmeowmeow
I don’t have a lot of love for Node/Express, though a lot of that is personal taste. If your problem is “list of endpoints, code that outputs JSON for each, serve large numbers of requests concurrently,” then yeah, it’s pretty good for that (though these days I’d be looking at what Swift, Rust, Go offer in that space). If you have complex data, or complex logic, or web site with assets, or or or…then you quickly find yourself reinventing a Rails-shaped app framework yet again.