• 1 post
  • 43 comments
Joined 2 years ago
Cake day: August 16th, 2024
  • Ventrilo was awful, having huge delay. Also no persistent chat.

    TeamSpeak is proprietary and required a license for more than 8 users iirc. Chat might have been persistent?

    Mumble was/is king in terms of voice chat. Open source, fully featured, strong certificate based security, best latency. It’s used as backend in many big games, too. No persistent chat, though.

    We used IRC for chat and Mumble for voice like 10 years ago when I played Eve Online. Works great!

  • Like what?

    SSL is so simple and automatic with certbot.

    Then there’s CORS if you really need to load resources from other sites, but you won’t need that for small sites.

    Making the backend is easier than ever. It’s much harder to make security mistakes nowadays.

    And if you don’t know what you’re doing, just ask an LLM if you made any fuckups…

  • The reality is that most backends don’t use compiled languages, but stuff like PHP, Java and Python.

    NodeJS scores very high on performance, concurrency, and especially IO, in that category.

    And calling it abysmal compared to compiled languages is not fair, but yes, there are much better alternatives.