• @[email protected]
    link
    fedilink
    English
    214 days ago

    Just last week I was setting up a matrix server.

    I considered conduwuit but I had a feeling this might happen. Happy to stick with Synapse. It’s just a shane that it’s written in freaking python.

    • @[email protected]
      link
      fedilink
      English
      014 days ago

      Python is fine. It’s not my first choice for a high-performance, real-time application though, that should be in Rust or Go.

        • @[email protected]
          link
          fedilink
          English
          1
          edit-2
          12 days ago

          Sorry, I used “real-time” fairly loosely. I didn’t mean it in the sense of a real-time OS (hard deadlines), more in the sense of “fast updates” (like a chat server). Go is great if you want very low latency in a highly concurrent system since task-switching is so lightweight.