Bun is an incredibly fast JavaScript runtime, bundler, transpiler, and package manager — all in one.
Bun v0.8.0 adds debugger support, implements fetch streaming, and unblocks SvelteKit. ReadStream and WriteStream from node:tty are implemented, and .setRawMode() now works on process.stdin, unblocking several interactive CLI tools. Plus Node.js compatibility updates, bug fixes, stability improvements.
You must log in or register to comment.
and unblocks SvelteKit
Hahaha, nice, I was just going crazy on why my setup was no longer connecting to my dev svelte project :D
The websocket was just hanging the connections and I even went as to try it with node.