|
|
|
|
|
by blizdiddy
286 days ago
|
|
I used bun for the first time last week. It was awesome! The built-in server and SQLite meant i didn’t need any dependencies besides bun itself, which is certainly my favorite way to develop. I do almost all of my development in vanilla js despite loathing the node ecosystem, so i really should have checked it out sooner. |
|
Much better than Node.
However...!
I always managed to hit a road block with Bun and had to go back to Node.
First it was the crypto module that wasn't compatible with Nodejs signatures (now fixed), next Playwright refused working with Bun (via Crawlee).