Hacker News new | ask | show | jobs
by ryanto 1285 days ago
Looks awesome. Gotta say, the built in testing, websockets, and file system router are exciting to see.

Is anyone using bun in production? Would love to hear your experience.

1 comments

I’m using it for some internal business apps. I quite like it.

It’s early days, so I definitely miss some things— like a REPL.

I gotta say, though, it’s a good feeling when you deploy a zero-dependency TypeScript application complete with tests.

This sounds like a dream come true. Are you running into any issues with existing dependencies or this a new application?