Comment on Is there room for Windows selfhosters?
Serinus@lemmy.world 17 hours agodotnet is pretty great, runs great on Linux, and you can ship your executable without a need for an external framework if you want.
Dotnet is also open source, a strongly typed language, a large standard library so it doesn’t have the problems of npm, has great performance and is all around the best language out there imo.
Use rust if you need to be closer to the metal, but that’s rare.