I prefer Fastify since it has very good schema validation and error handling built in.
Ask HN: Is Express still "de-facto" for building Node back ends?
11–20 of 100 posts
Re: Ask HN: Is Express still "de-facto" for building Node back ends?
#12These days I use Go, Deno or Crystal which is much faster.
For hosting I recommend Cloudflare Pages, Vercel, (maybe Netlify) and Render.
Re: Ask HN: Is Express still "de-facto" for building Node back ends?
#13No - please check out Hono https://github.com/honojs/hono
In all the times I've evaluated all of the alternatives to Express, this is the first time I'm ever heard of hono
Re: Ask HN: Is Express still "de-facto" for building Node back ends?
#14Last I checked, Express is extremely slow and will significantly impact your SEO if you're a content business and doesn't really scale very well if you get huge amounts of traffic like I have. These days I use Go, Deno or Crystal which is much faster. For hosting I recommend Cloudflare Pages, Vercel, (maybe Netlify) and Render.
Re: Ask HN: Is Express still "de-facto" for building Node back ends?
#15Re: Ask HN: Is Express still "de-facto" for building Node back ends?
#16If you don’t have time to do research then surely you don’t have time to learn a new tool, right? Just use Express.
Re: Ask HN: Is Express still "de-facto" for building Node back ends?
#17Last I checked, Express is extremely slow and will significantly impact your SEO if you're a content business and doesn't really scale very well if you get huge amounts of traffic like I have. These days I use Go, Deno or Crystal which is much faster. For hosting I recommend Cloudflare Pages, Vercel, (maybe Netlify) and Render.
You completely ignored OP's question, lol.
Re: Ask HN: Is Express still "de-facto" for building Node back ends?
#18In 2023 many would recommend Fastify as a go-to.
Re: Ask HN: Is Express still "de-facto" for building Node back ends?
#19It's full stack but still amazingly fast (comparable to fastify). You can choose what you need in order to improve speed too. The syntax mimics Laravel which is the easiest to use, most complete full stack framework of any language.
Obviously, somewhat opinionated claims and my main job isn't programming so take it for what it's worth.
Re: Ask HN: Is Express still "de-facto" for building Node back ends?
#20Express is outdated (in terms of active development). I prefer Fastify since it has very good schema validation and error handling built in.