6 ms·
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 y
by ryanto 4y 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.
- christophilus 4y agoI’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.
- helsontaveras18 4y agoThis sounds like a dream come true. Are you running into any issues with existing dependencies or this a new application?