Skip to content

Commit 2e1745a

Browse files
Tidy up commit
1 parent b7df6c3 commit 2e1745a

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

src/pages/docs/protocols/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Ably SDKs are the recommended method for connecting to Ably because they offer s
99

1010
Protocol adapters offer an alternative method for connecting to Ably. The advantage to protocol adapters is that they require fewer resources in terms of memory and network overhead such as in smaller footprint devices, or on a platform where an Ably SDK isn't available such as an Arduino-based IoT wearable. The potential drawback to consider when evaluating protocol adapters is that they do not support the full set of Ably features, for example the MQTT protocol adapter does not support presence, and the SSE protocol adapter does not support automatic token renewal.
1111

12-
## Migration support <a id="migration-support"/>
12+
## Migrate to Ably <a id="migration-support"/>
1313

14-
Ably helps customers migrate from other data streaming networks including PubNub and Pusher. Our protocol adapters facilitate risk-free migration by allowing you to use existing protocols and client libraries while transitioning to Ably client libraries over time.
14+
Ably helps customers migrate from other data streaming networks including PubNub and Pusher. Protocol adapters facilitate risk-free migration by allowing you to use existing protocols and client libraries while transitioning to Ably SDKs over time.
1515

1616
Protocol adapters ensure interoperability between different protocols. For example, you can publish sensor data from an MQTT device, subscribe to that data using a Pusher client library for dashboard display, support mobile apps using Ably SDKs, and process data using AMQP worker queues - all within the same system.
1717

@@ -34,7 +34,7 @@ Ably supports multiple protocols in addition to the native WebSockets-based one:
3434

3535
MQTT (MQ Telemetry Transport) is a publish/subscribe, lightweight messaging protocol designed for constrained devices and low-bandwidth networks. One of the major uses of MQTT is with IoT (Internet of Things), where these principles are key to having effective communication between various devices.
3636

37-
MQTT can also be used with Ably as a basic event broker or if we don't have an SDK for your target platform. However, without an SDK you don't get access to the full range of platform features and data guarantees.
37+
MQTT can also be used with Ably as a basic event broker or if an SDK is not available for your target platform. However, without an SDK you don't get access to the full range of platform features and data guarantees.
3838

3939
Read more in the [MQTT section](/docs/protocols/mqtt).
4040

src/pages/docs/protocols/pubnub.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@ A typical migration from PubNub to Ably follows these steps:
2222

2323
1. Change the host name for all of your PubNub client library integrations to use Ably's endpoints.
2424

25-
2. Migrate one app at a time over to Ably client libraries. At this stage, some of your apps will be using PubNub client libraries and others will be using Ably's client libraries. Since we translate the PubNub protocol, there's no interruption and interoperability between both protocols is maintained.
25+
2. Migrate one app at a time over to Ably SDKs. At this stage, some of your apps will be using PubNub client libraries and others will be using Ably's SDKs. Since the adapter translates the PubNub protocol, there's no interruption and interoperability between both protocols is maintained.
2626

27-
3. Migrate all your apps and servers to use Ably client libraries and terminate your old contracts.
27+
3. Migrate all your apps and servers to use Ably SDKs and terminate your old contracts.
2828

29-
If you're interested in migrating from PubNub using protocol adapters, [get in touch](https://ably.com/contact).
3029

3130
## Supported features <a id="features"/>
3231

0 commit comments

Comments
 (0)