> I'm surprised they're dropping windows/arm considering that seems to be the direction things are moving in. Note that windows/arm64 is still supported. Not sure if 32 bit arm was ever relevant on Windows.
I think there's a slight difference between doing something that nobody's ever done before and just choosing a less travelled path. In any case, I'd rather not use the tool with well-known foot-guns, hoping that all…
I consider Koa to be a sensible evolution of express (even by the some of the authors). Fastify is a different beast, but I think the additional complexity is worth it (compared to express), if you need/care about its…
Maybe it's still standard, but if you don't want to shoot yourself in the foot, just stay away from it. Express's API is horrible. It's not integrated with Promises (async/await) at all, so be prepared to wrap every…
> I'm surprised they're dropping windows/arm considering that seems to be the direction things are moving in. Note that windows/arm64 is still supported. Not sure if 32 bit arm was ever relevant on Windows.
I think there's a slight difference between doing something that nobody's ever done before and just choosing a less travelled path. In any case, I'd rather not use the tool with well-known foot-guns, hoping that all…
I consider Koa to be a sensible evolution of express (even by the some of the authors). Fastify is a different beast, but I think the additional complexity is worth it (compared to express), if you need/care about its…
Maybe it's still standard, but if you don't want to shoot yourself in the foot, just stay away from it. Express's API is horrible. It's not integrated with Promises (async/await) at all, so be prepared to wrap every…