Build any realtime experience using Ably’s Pub/Sub NativeScript SDK, supported on all popular platforms and frameworks.
Ably Pub/Sub provides flexible APIs that deliver features such as pub-sub messaging, message history, presence, and push notifications. Utilizing Ably’s realtime messaging platform, applications benefit from its highly performant, reliable, and scalable infrastructure.
Find out more:
Everything you need to get started with Ably:
Install from npm:
npm install ably-nativescriptInstallation from tns:
tns plugin add ably-nativescriptTo use Realtime features:
var realtime = require('ably-nativescript').Realtime;To use Rest features:
var realtime = require('ably-nativescript').Rest;You can view all Ably releases on changelog.ably.com.
Read the CONTRIBUTING.md guidelines to contribute to Ably.
For help or technical support, visit the Ably Support page or GitHub Issues for community-reported bugs and discussions.
