ably-nativescript
TypeScript icon, indicating that this package has built-in type declarations

1.2.1 • Public • Published

Ably

Ably is the platform that powers synchronized digital experiences in realtime. Whether attending an event in a virtual venue, receiving realtime financial information, or monitoring live car performance data – consumers simply expect realtime digital experiences as standard. Ably provides a suite of APIs to build, extend, and deliver powerful digital experiences in realtime for more than 250 million devices across 80 countries each month. Organizations like Bloomberg, HubSpot, Verizon, and Hopin depend on Ably’s platform to offload the growing complexity of business-critical realtime data synchronization at global scale. For more information, see the Ably /documentation.

This is a Nativescript client library for Ably.

This repo is a wrapper for the ably-js client library which introduces a dependency needed by Nativescript. See the ably-js README for usage details of the ably-js client library.

For complete API documentation, see the Ably Realtime documentation.

How to use this library

Installation from npm

npm install ably-nativescript

Installation from tns

tns plugin add ably-nativescript

Usage

For the realtime library:

var realtime = require('ably-nativescript').Realtime;

For the rest-only library:

var realtime = require('ably-nativescript').Rest;

API usage, tests, contributing, etc.

See the ably-js repo.

FAQs

Is this repo actively maintained?

Yes, this repo typically has very few recent commits because this repo doesn't do very much: it's a very thin wrapper around the ably-js repo.

License

Copyright (c) 2017 Ably Real-time Ltd, Licensed under the Apache License, Version 2.0. Refer to LICENSE for the license terms.

npm

Package Sidebar

Install

npm i ably-nativescript

Homepage

ably.com

Weekly Downloads

3

Version

1.2.1

License

Apache-2.0

Unpacked Size

13.3 kB

Total Files

6

Last publish

Collaborators

  • andrii.bulat.ably
  • ttypic
  • simonw_ably
  • owenpearson