Ably vs. Liveblocks: realtime collaboration platforms compared
Discover why Ably is the better choice for building scalable, collaborative experiences with superior quality of service guarantees.
What is Ably?
Ably is a realtime experience platform. Founded in 2016, our realtime APIs and SDKs help you create multiplayer collaboration and a host of other realtime experiences ‘in-app’, without having to build the underlying infrastructure.
Our globally-distributed, multi-region network offers unrivalled guarantees around performance, data integrity, reliability, and scalability:
<65 ms median latency.
Guaranteed message ordering and (exactly-once) delivery, even in unreliable network conditions.
Redundancy at regional and global levels, with a 99.999% uptime SLA.
Dynamic elasticity, with the ability to send billions of messages to millions of channels and chat users.
We offer flexible building blocks like pub/sub messaging, presence, history & rewind and connection state sync, so you can create a host of collaborative multiplayer experiences, including: Live avatar stacks, Live cursors, Live locations, Live updates, field locking, annotations, comments, notifications and more.
Explore our collaboration reference guide Get started with a free account
What is Liveblocks?
Liveblocks is a realtime collaboration infrastructure for developers, first launched in 2021. It provides a set of APIs and tools to add multiplayer features to applications.
Developed purely for multiplayer, they offer a fully hosted solution and toolkit to modularly embed collaborative experiences into products.
Ably vs Liveblocks: platform & feature comparison
Performance, reliability, scalability, and messaging guarantees
Before considering anything else, you need to trust your realtime collaboration platform provider can deliver a dependable user experience at scale. Performance, reliability, scalability, and superior messaging guarantees are critical factors for any solution that enables the building of collaborative applications. These characteristics directly impact the user experience and can make or break the success of any realtime collaborative experience.
Feature/Capability | Ably | Liveblocks |
---|---|---|
Uptime guarantee | 99.999% uptime SLA for all paid pricing plans. | No uptime SLA for standard plans. 99.99% uptime SLA exclusively for enterprise customers. |
Latency | <65ms round-trip latency (P99). | Unknown. We have not identified any documentation that indicates Liveblocks latencies. |
Scalability | We are only limited by the amount of capacity that Amazon AWS can provide us, which is practically limitless. That’s why Ably is able to send billions of messages to millions of concurrently-connected devices, over millions of pub/sub channels. Note that every component of the Ably service affected by increased load is designed to automatically scale pre-emptively to meet demand. | Unknown. We have not identified any documentation that covers the scalability of Liveblocks - how many concurrent connections can be handled. |
Global edge network | Ably has data centers in 7 regions: Our network also consists of 385 edge acceleration points of presence (PoPs) distributed all over the world. | Liveblocks manages a global edge network but we were not able to find any details on performance or locations. |
Multi-region architecture | Yes. The Ably service comes with a globally-distributed, multi-region mesh architecture, with no single point of congestion, and no single point of failure. Key capabilities: | Unknown. We have not identified any documentation that indicates whether or not Liveblocks can support multi-region architecture. |
Guaranteed message ordering The order in which subscribers receive messages on a channel anywhere in the world will always be the same order that the messages were originally published. | Yes. | No. |
Guaranteed message delivery (exactly-once) Ensures the message can neither be lost nor delivered twice (or more times). | Yes. | No. |
Automatic reconnections with continuity | Yes. Explore Ably's implementation of automatic reconnections with continuity | Unknown. We have not identified any documentation that indicates whether Liveblocks supports automatic reconnections with continuity. |
Realtime collaboration features
End-users are coming to expect a number of core features to facilitate ‘in-app’ collaboration and enhance the team-work experience - live avatar stacks, live cursors, live locations, live updates, field locking, annotations, comments, notifications and more.
You’ll want to make sure the platform you choose provides the functionality you need without being too prescriptive in what you can build.
Feature | Ably | Liveblocks |
---|---|---|
Presence Essential magic ingredient of a number of collaborative features. | Ably’s presence feature allows you to be aware of other clients that are currently “present” on a channel, synchronizing online user state across devices. It supports a configurable number of presence members and supports 200 members by default, with many more upon request. Ably automatically deals with connection states of clients. If I disconnect it will automatically tell people “I am no longer here.” Member state updates such as GPS device location are supported. Platform efficiencies gained through support of granular presence subscriptions. | Presence feature represents people’s movements and actions inside ‘the room’. People in the room are able to see what others are doing in real-time. Only up to 30 as standard. Don't allow for more granular subscriptions to avoid unnecessary messages. Can’t find documentation on whether or not Liveblocks automatically deals with connection states. |
Flexible pub/sub messaging | Yes. Ably offers reliable, low-latency pub/sub messaging that can enable serverless communication - with guaranteed message delivery. | No. Liveblocks has a broadcast capability, which can be used to broadcast events to notify in real‑time other connected clients to the room. |
History | We retain two minutes of message history as a default, so if clients disconnect they can properly catch up upon reconnection. Useful for chat or live feeds. You can choose to persist the last message for up to 365 days. Persisted messages retain ordering. We also enable customers to plug in their own database to get messages beyond what’s retained in our history. | Instead of history Liveblocks have an ‘Undo/redo’ capability for previous actions. We have been unable to identify from their website, how far back you can apply this (how many edits back). Liveblocks provide their own persistent storage. |
Channel rewind & persistence | Channel rewind and persistence simplify the problem of joining a collaborative session “late” and needing to catch up on edits. | Instead of channel rewind Liveblocks have an ‘Undo/redo’ capability for previous actions. We have been unable to identify from their website, how far back you can apply this (how many edits back). Liveblocks provide their own persistent storage. |
Connection state recovery | Automatic reconnection and event replay ensure a good user experience through connectivity blips and avoids unnecessary reads. On disconnect we automatically keep state and retry connection every 15 seconds for two minutes. Once the connection is re-established, any missed messages will be sent to the client. | Unknown. We have not identified any documentation that indicates whether Liveblocks supports connection state recovery. |
Push notifications | Send push notifications directly to collaborator's devices, regardless of whether they are currently active in the app or not. | Unknown. Can’t find documentation on whether or not Liveblocks supports push notifications. |
Message interactions | Makes it very easy to interact with messages previously sent to a channel. This comes in handy if you’re building in a comment feature where users can interact with a message – for example by ‘liking’, replying, quoting, or adding an emoji reaction. | Unknown. Can’t find documentation on whether or not Liveblocks supports different message interactions. |
Conflict‑free data types | No. Avoid conflicts through field locking, using presence. Enables multiple users to edit the same document at the same time - locking cells, fields, sections. | Yes. Use conflict‑free data types to enable people to edit the same document in real‑time. Liveblocks automatically resolves the conflicts. |
Realtime features you can build | Multiplayer: Avatar stack, Live cursors, Live location, Live updates, Field locking, Presentation mode. Comments: Annotations, Typing indicators, Admin privileges. Chat: 1:1, Group chat, Avatar stack, @mentions, emojis, Typing indicators, Admin privileges. Realtime: Reactions, Polls/Quizzes, Dashboards, Activity feeds… See multiplayer reference guide for details | Multiplayer: Avatar stack, Live cursors, Live location, Live updates, Field locking, Presentation mode. Chat: Comments (beta). |
Supported languages, integrations, and protocols
Bring Multiplayer to your tech stack no limitations or restrictions. Looks for platforms that offer SDKs in your preferred language and seamless integrations with your backend.
Feature | Ably | Liveblocks |
---|---|---|
SDKs | 25+ realtime (and REST) client library SDKs targeting every major language and development platform: In addition, we also provide MQTT, message queue (AMQP), and STOMP client libraries. | Liveblocks supports the following frameworks: |
3rd party integrations | We offer a wide variety of integrations, so you can easily connect Ably to your preferred tech stack. Webhooks Serverless platforms Streaming & queuing platforms (NEW) You can automate the provisioning, management, and testing of Ably realtime infrastructure via our Terraform integration. | Limited number of integrations. Liveblocks only offer webhooks - currently in beta. |
Protocols | The Ably protocol, which is used for realtime communication between the Ably servers and client SDKs is WebSocket-based. Note that we offer fallback transports such as XHR Streaming and XHR polling, for environments where WebSockets aren’t supported. We believe interoperability is key, so we also support additional protocols: | Liveblocks is WebSockets based and doesn’t support any other messaging protocols, such as MQTT, SSE, or AMQP. |
Security and compliance
Security and compliance are front of mind for many collaborative use cases. Encryption, authentication, roles and permissions, and compliance with standards like SOC 2 are essential requirements for any collaborative multiplayer solution.
Feature | Ably | Liveblocks |
---|---|---|
Encryption | TLS encryption. 256-bit AES encryption using private keys. This way, message payloads are opaque, can never be decrypted by Ably, and can only be decrypted by other clients that share your secret key (end-to-end encryption). | Unknown. Can’t find documentation on whether or not Liveblocks supports TLS/SSL and AES-256 encryption. |
Authentication | Yes. Ably authentication capabilities: | Yes. Tokens - configurable through choice of Next.JS, Firebase, NuxtJS, Express. |
Configurable chat roles & permissions | Yes. Ably allows you to set various permissions for API keys and tokens (e.g., right to subscribe to channels and presence events, right to publish, right to retrieve message history). | Yes. Rooms can have different permission types assigned at three different levels: default, groups, and users. |
Compliance | SOC 2 Type 2, HIPAA, GDPR, EU and US-only data storage. | SOC 2 coming soon. |
Data governance | Data governance is not a concern with Ably. We only store data such as chat messages for short periods of time (2 minutes in case persistent data isn’t enabled, and up to 72 hours if it is enabled). We offer integrations with tools like Kafka, Amazon Kinesis, Amazon SQS, and we support queues and webhooks, so you can easily move your chat data into your own long-term storage, and govern it as you see fit. | Have to use Liveblocks data store. Enterprise customers can request a Data Processing Agreement (not available for other tiers). |
Pricing and support
Is the pricing model flexible, scalable, and clear? What support options are available?
Feature | Ably | Liveblocks |
---|---|---|
Free package | Our free package allows you to build a proof of concept and explore Ably’s features. The free package comes with: No credit card required. | Free starter package that includes: Monthly active users are calculated as the number of unique users with at least one connection in a month. Users connected on localhost or .test domains are not included in billing. |
Pricing model | There are 2 paid tiers: Pay As You Go, and Committed Use. Pay As You Go pricing is calculated as follows: Compared to the Free tier, the Pay As You Go plan offers a couple of extra benefits, such as data replication across regions, and a 99.999% uptime SLA. If you are looking to exceed 25.000 channels, 25.000 connections, or 2.5 billion messages, we recommend the Committed Use tier. Similar to the Pay As You Go tier, Committed Use offers a 99.999% uptime SLA. In addition, it comes with volume discounts and add-ons like: | There are 3 paid tiers: Pro, StartUP and Enterprise. The Pro package is intended for those looking to support between 200 - 25000 MAUs. Pricing starts at $29 a month, billed annually and includes: NB: Pricing increases if you exceed the number of allowed MAUs ($0.29 per extra MAU). Once you hit around 2000 MAUs it makes more sense to upgrade to StartUp. The StartUp package is intended for those looking to support between 2000+ MAUs, although calculator stops at 100k suggesting this is when to move to Enterprise. Pricing starts at 2000 MAUs, for $299 a month, billed annually and includes: NB: Pricing increases if you exceed the number of allowed MAUs ($0.19 per extra MAU). Enterprise packages include: |
Customer support | Customer support is included in the package you choose - Free, Pay As You Go, or Committed Use (we don’t charge extra specifically for support). Live chat and email support are available for all Aby users, irrespective of their plan. The Committed Use plan comes with additional support channels and benefits, including: For the Free and Pay As You Go plans, support is available between 9AM-5PM (UK & US East business hours). Meanwhile, for Committed Use customers, support is available 24/7, all year round. Guaranteed response times: | Customer support is included in the package you choose - Free, Pro, StartUp and Enterprise. Free - Community support only. Pro - Email & community support only. StartUp - Email & community support only. Enterprise - Priority support, email & community support. No further details on what is included under ‘Priority support’ could be found on the website. |
Note: This comparison was created based on documentation and resources freely available online. The content was last updated on 1st June 2023. Be sure to double-check everything before you make any decisions. If you do find anything incorrect or out of date, then please let us know.
Power not only collaborative features, but all your realtime needs with Ably
Unlike Liveblocks, Ably goes far beyond multiplayer experiences. We can help you with many other realtime use cases:
Broadcast realtime event data, such as live scores and traffic updates.
Enable conversations in realtime with Live Chat, from customer support to live streaming.
Deliver cross-platform push notifications at scale.
Keep your backend and frontend in realtime sync.
Add realtime asset tracking capabilities to urban mobility and food delivery apps.