I’m a Windows guy since forever and I recently got into selfhosting. So far its a blast! Are posts about that welcome here?

  • Serinus
    link
    fedilink
    English
    arrow-up
    2
    ·
    20 hours ago

    dotnet 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.