• @peregus
    link
    English
    622 hours ago

    How does it compare to NTFY?

    • JustEnoughDucks
      link
      fedilink
      English
      2
      edit-2
      5 hours ago

      Different philosophy.

      Ntfy uses pub-sub like MQTT. It publishes messages and anyone (with access) can subscribe to it. Want to connect 250 clients across 50 people to have the same messages delivered? Easy.

      Gotify uses end to end messaging. A user creates an application on their chosen client. Gotify uses a REST api send the notification pulled from the chosen app to the user who made it. Want to do the same as above? You have to set it up 250 times. Gotify was the first to have authentication and some people say it is more robust, but I can’t speak on that. Also gotify is easier to set up and makes sense for a single user.

      Someone can correct me if I am wrong, but that is the biggest architectural difference.