Software Alternatives & Reviews

How to start a background service in Flutter that runs forever and listens on a WebSocket?

Gotify Firebase Cloud Messaging
  1. 1
    a simple self-hosted server for sending and receiving messages
    Pricing:
    • Open Source
    You can self-host a notification service using https://gotify.net/ for example, but you may need to ask the user to disable battery usage restrictions if you don't want the OS to kill the background process.

    #Push Notifications #Web Push Notifications #Open Source 35 social mentions

  2. Firebase Cloud Messaging (FCM) is a cross-platform messaging solution that lets you reliably send messages at no cost.
    The reason so many people guide you to Firebase Cloud Messaging is because unlike other options, FCM is made by google, and utilizes Google Play Services, which is installed on most Android phones by default and has VERY high permissions. This means it can always receive and process calls from Cloud Messaging - https://firebase.google.com/docs/cloud-messaging/.

    #Data Integration #Stream Processing #Web Push Notifications 37 social mentions

Discuss: How to start a background service in Flutter that runs forever and listens on a WebSocket?

Log in or Post with