From adeb8c44c893a65b4a2662027ba58bb75785ed18 Mon Sep 17 00:00:00 2001 From: Michael Royal <45159366+mikeroyal@users.noreply.github.com> Date: Wed, 16 Aug 2023 00:29:51 -0700 Subject: [PATCH] Added UnifiedPush to Notifications. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6b5f4e6..75cc147 100644 --- a/README.md +++ b/README.md @@ -1683,6 +1683,8 @@ Minio's test-server called "play" is already configured in the default client, y [Simplepush](https://simplepush.io/) is a tool to send end-to-end encrypted push notifications to your Android and iPhone. +[UnifiedPush](https://unifiedpush.org/) is a set of specifications and tools that lets the user choose how push notifications are delivered. All in a free and open source way. + ### RSS [Back to the Top](#table-of-contents)