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:
Install from npm:
npm install ably-nativescript
Installation from tns:
tns plugin add ably-nativescript
To 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.
For help or technical support, visit the Ably Support page or GitHub Issues for community-reported bugs and discussions.