About Taxum, or why I wrote my own NodeJS Framework
dev.to·4h·
Discuss: DEV
Flag this post

Where I came from

I’ve started out as a PHP developer, using Zend Framework for a large part of my career. Quite a few years ago my projects started shifting to NodeJS, starting with ExpressJS like many others.

I very quickly switched from raw JavaScript to TypeScript due to the improved DX experience and type safety. With that switch I also looked for a framework back then which not only supported TypeScript better, but also had proper support for async-await. This made me land on Koa at the time.

I did end up using Koa for many years to come and was happy with it. I did never stand completely still though and was always looking if there’s something out there which would offer me better DX. I came across Fastify, Hono, Hapi, and…

Similar Posts

Loading similar posts...