Bun - Node.js alternative

Bun is baking its way towards Node.js compatibility

(Thu Aug 18 2022 00:00:00 GMT+0300 (Eastern European Summer Time)) Following up on earlier Bun testing, as of v0.1.8, it is improving rapidly, but is still missing important functionality.

Deeper testing of Bun's performance and compatibility against Node.js

(Fri Jul 22 2022 00:00:00 GMT+0300 (Eastern European Summer Time)) Bun is a new project aiming to be compatible with Node.js, but with huge performance gains. Not even a month into public availability, and people are claiming both the Node.js and Deno projects are dead.

Testing Bun's compatibility with Node.js and speed with a complex application

(Sat Jul 09 2022 00:00:00 GMT+0300 (Eastern European Summer Time)) Recently a new JavaScript server-side runtime, Bun, was announced, promising a massive speed improvement over Node.js. Instead of testing with a small application, let's try with a complex app to see real-world performance.