Hacker News new | ask | show | jobs
by leononame 673 days ago
How is the dart backend story? I've not heard much about people using dart on the server, are there mature frameworks out there?
1 comments

I love it personally and with gRPC I don’t really have much of a need for any kind of backend framework at all. I just follow the guidance at aip.dev and raw dog it using language primitives for the most part.