ExpressJS 5.0 Released
github.com
ExpressJS 5.0 Released
1–5 of 5 posts
Re: ExpressJS 5.0 Released
#2These are interesting release notes… does anyone know what actually released with version 5?
Re: ExpressJS 5.0 Released
#3Too late. I already moved on to Hono https://hono.dev/
Re: ExpressJS 5.0 Released
#4What's new vs version 4? I have plenty of apps using Express at a low level. Would it make sense to upgrade to v5? What are the benefits? Why would I choose Express over something like Hono at this point?
Re: ExpressJS 5.0 Released
#5Too late. I already moved on to Hono https://hono.dev/
Been an express user for over 5+ years. Moved to fastify myself for my most recent project. Really like that it has OpenAPI integration and that it's easy to output OpenAPI specs too from it as well.