Hacker News new | past | comments | ask | show | jobs | submit login

Not op but I’m developing an application with this exact approach as we speak, although my backend code is in Dart also.

You can also do gRPC over Unix domain sockets too if you’re sticking with desktop but overall I really like this approach as it makes it trivial for me to move from desktop app to web app with only some minor config changes.




How is the dart backend story? I've not heard much about people using dart on the server, are there mature frameworks out there?


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.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: