this post was submitted on 11 Oct 2025
38 points (97.5% liked)

Web Development

4711 readers
1 users here now

Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development

What is web development?

Web development is the process of creating websites or web applications

Rules/Guidelines

Related Communities

Wormhole

Some webdev blogsNot sure what to post in here? Want some web development related things to read?

Heres a couple blogs that have web development related content

CreditsIcon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 2 years ago
MODERATORS
 

About Bun:

Bun is a fast, incrementally adoptable all-in-one JavaScript, TypeScript & JSX toolkit. Use individual tools like bun test or bun install in Node.js projects, or adopt the complete stack with a fast JavaScript runtime, bundler, test runner, and package manager built in. Bun aims for 100% Node.js compatibility.

1.3 release:

The highlights:

  • Full‑stack dev server (with hot reloading, browser -> terminal console logs) built into Bun.serve()
  • Builtin MySQL client, alongside our existing Postgres and SQLite clients
  • Builtin Redis client
  • Better routing, cookies, WebSockets, and HTTP ergonomics
  • Isolated installs, catalogs, minimumRelease, and more for workspaces
  • Many, many Node.js compatibility improvements
top 8 comments
sorted by: hot top controversial new old
[–] dontbelievethis@sh.itjust.works -2 points 2 weeks ago (1 children)

Can I use it on Linux now?

[–] chtk@feddit.nl 9 points 2 weeks ago

When could you not?

[–] galoisghost@aussie.zone -5 points 2 weeks ago (2 children)

Fuck bun. Changes everything to save what a whole minute at best.

[–] victorz@lemmy.world 3 points 2 weeks ago

Changes what exactly?

[–] dogs0n@sh.itjust.works 3 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

Bun is supposed to be a drop in replacement for node and it can work like that for many apps currently as far as I know.

So it only comes with and will come with improvements.

At scale it could potentially save a lot of money.

Sounds like it will help with developer experience too so.... I can't tell why you hate it.

Personally I think deno and bun will find their space (which may overlap over a lot of space that node currently takes) and their existence is a net good.

[–] Kissaki@programming.dev 3 points 2 weeks ago (1 children)

I refuse to install nodejs on my personal PC. Too big, too pervasive, not observable. These tools, Deno and Bun, allow me to work on node/js/ts projects. At least, when they are compatible, which sadly they are not always.

[–] dogs0n@sh.itjust.works 1 points 2 weeks ago (1 children)

I have never heard that take before, but to each their own.

And if you prefer deno/bun, that's great, I still think they are the future, hopefully they get closer to 100% node compatibility, I'm sure it just needs time (node spec is likely very huge by now).

Do you work with many different projects? What's the failure rate of deno/bun not working out the box for you (I'm curious)?

[–] Kissaki@programming.dev 1 points 2 weeks ago

At work, I don't have to work with node projects at all.

Outside of work, some drive-by contributions or where I contribute or would have liked to contribute. For example, on OpenTermsArchive, or the Nushell website (where it doesn't work with their vuepress, unfortunately).