| ▲ | sunsetSamurai 2 hours ago | |
I recently pivoted to Rust for the backend development, after getting tired of the nodejs ecosystem fragmentation and how fragile things feel. Bun seems very interesting since it allows you to do so many things without pulling in 3rd party libraries and bundlers? Is anybody using it instead of nodejs? how's the experience so far? I might have to give it a try. Yes, I know there's probably better options than Rust for building APIs, but I wanted to learn it, so why not? | ||
| ▲ | jjice an hour ago | parent | next [-] | |
The most appealing thing of Go to me is the good batteries including tooling. I don't use it much outside of little personal projects where I really don't want to deal with dependencies and want a small binary. | ||
| ▲ | christophilus an hour ago | parent | prev | next [-] | |
I'm using it, though I'm leery of how the project is run. It's been great, to be honest. I have been able to build very low-dependency projects quite quickly. Bun's documentation is decent, and its underlying features are performant. | ||
| ▲ | vorpalhex 13 minutes ago | parent | prev | next [-] | |
I use it heavily for personal use and find it works very well and lets me ship small applications quickly. I still use rust and other languages too as appropriate. | ||
| ▲ | m00dy 2 hours ago | parent | prev [-] | |
I always use Rust. You've made the right choice. | ||