Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/pages/docs/basics/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The realtime interface is implemented using an Ably-defined protocol, primarily

### REST HTTP API <a id="rest-api"/>

Interacting with the [REST HTTP API](/docs/api/rest-api) directly is fully supported. However, Ably recommends using the REST interface of an SDK where possible, as they provide additional features that improve performance and resilience that the REST HTTP API can't deliver on its own. This includes automatic re-routing around network problems by using alternative data centers.
Interacting with the [REST HTTP API](/docs/api/rest-api) directly is fully supported. However, Ably recommends using the REST interface of an SDK where possible, as they provide additional features that improve performance and resilience that the REST HTTP API can't deliver on its own.

## Supported protocols <a id="protocol-adapters"/>

Expand All @@ -88,7 +88,7 @@ The following other protocols are supported:

| Protocol | Description |
|----------|-------------|
| **[MQTT](/docs/protocols/mqtt)** | Translate between the [Message Queuing Telemetry Transport (MQTT)](https://mqtt.org) and Ably's own protocol. Often used in remote devices with small footprints |
| **[SSE](/docs/protocols/sse)** | Use Server Sent Events (SSE) to get a realtime stream of events from Ably, where using a full SDK is impractical. Often used when you have stringent memory restrictions and only need to subscribe to events, not publish them |
| **[Pusher Adapter](/docs/protocols/pusher)** | Quickly migrate from Pusher to Ably using the Pusher Adapter |
| **[PubNub Adapter](/docs/protocols/pubnub)** | Quickly migrate from PubNub to Ably using the PubNub Adapter |
| [MQTT](/docs/protocols/mqtt) | Translate between the [Message Queuing Telemetry Transport (MQTT)](https://mqtt.org) and Ably's own protocol. Often used in remote devices with small footprints |
| [SSE](/docs/protocols/sse) | Use Server Sent Events (SSE) to get a realtime stream of events from Ably, where using a full SDK is impractical. Often used when you have stringent memory restrictions and only need to subscribe to events, not publish them |
| [Pusher Adapter](/docs/protocols/pusher) | Quickly migrate from Pusher to Ably using the Pusher Adapter |
| [PubNub Adapter](/docs/protocols/pubnub) | Quickly migrate from PubNub to Ably using the PubNub Adapter |