From 8d0eeb9bbf20acf88ad8d083b614903a67bb679b Mon Sep 17 00:00:00 2001 From: Jo Franchetti Date: Thu, 18 Feb 2021 20:15:20 +0000 Subject: [PATCH 1/2] Add Ably to list of messaging services --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d5f34de..8fba3c4f 100644 --- a/README.md +++ b/README.md @@ -452,7 +452,7 @@ Table of Contents * [runcloud.io](https://runcloud.io/) - Server management focusing mainly on PHP projects. Free for up to 1 server. ## Messaging - + * [Ably](https://www.ably.com/) - Realtime messaging service with presence, persistence and guaranteed delivery. Free plan includes 3m messages per month, 100 peak connections and 100 peak channels. * [cloudamqp.com](https://www.cloudamqp.com/) — RabbitMQ as a Service. Little Lemur plan: max 1 million messages/month, max 20 concurrent connections, max 100 queues, max 10,000 queued messages, multiple nodes in different AZ's * [pusher.com](https://pusher.com/) — Realtime messaging service. Free for up to 100 simultaneous connections and 200,000 messages/day * [scaledrone.com](https://www.scaledrone.com/) — Realtime messaging service. Free for up to 20 simultaneous connections and 100,000 events/day From 2a23bc0c6ddec0ae6818150e9f9425193ac09a1c Mon Sep 17 00:00:00 2001 From: Jo Franchetti Date: Thu, 18 Feb 2021 20:19:00 +0000 Subject: [PATCH 2/2] add newline back --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8fba3c4f..5e488448 100644 --- a/README.md +++ b/README.md @@ -452,6 +452,7 @@ Table of Contents * [runcloud.io](https://runcloud.io/) - Server management focusing mainly on PHP projects. Free for up to 1 server. ## Messaging + * [Ably](https://www.ably.com/) - Realtime messaging service with presence, persistence and guaranteed delivery. Free plan includes 3m messages per month, 100 peak connections and 100 peak channels. * [cloudamqp.com](https://www.cloudamqp.com/) — RabbitMQ as a Service. Little Lemur plan: max 1 million messages/month, max 20 concurrent connections, max 100 queues, max 10,000 queued messages, multiple nodes in different AZ's * [pusher.com](https://pusher.com/) — Realtime messaging service. Free for up to 100 simultaneous connections and 200,000 messages/day