Monday, April 01, 2024

Bun.js for Windows

Bun.js version 1.1 is released, and it now also natively supports Windows.
Bun is an alternative for node.js, mostly compatible API, but much faster.
Written in Rust

Bun is it NOT using V8 JS engine as node.js and Deno,
instead using JavaScriptCore from WebKit and Safari.
Reason: performance.

It will be very interesting to see node.js team's response

Bun (software) - Wikipedia

Bun 1.1 | Bun Blog

Bun is a fast, all-in-one toolkit for running, building, testing, and debugging JavaScript and TypeScript, from a single script to a full-stack application. If you're new to Bun, you can learn more in the Bun 1.0 blog post.

Bun 1.1: Bundows is here - YouTube


Installation | Bun Docs


Bun (@bunjavascript) / X

Bun for Windows currently passes 98% of Bun’s test suite. Bun v1.1 (Bundows)


Write a simple HTTP server | Bun Examples


can even install from nmp
bun - npm
npm install -g bun

No comments: