I use Bun!
Last updated
Was this helpful?
Last updated
Was this helpful?
Node.js
is the most popular Javascript runtime for development. However, it is losing its popularity due to complex configuration and low package-resolution speed.
In that perspective, Bun is a life saver for me.
The best part of Bun is that it supports Typescript without any configuration. In other words, it can run typescript file directly without any transfiling into JS file!! Fuck Node.js
Also, we can use NPM modules without any compatibility issues!