Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ably/ably-js-nativescript
NativeScript client library SDK for Ably realtime messaging service
https://github.com/ably/ably-js-nativescript
client-library javascript js nativescript realtime realtime-messaging sdk
Last synced: 3 months ago
JSON representation
NativeScript client library SDK for Ably realtime messaging service
- Host: GitHub
- URL: https://github.com/ably/ably-js-nativescript
- Owner: ably
- License: apache-2.0
- Created: 2016-12-20T01:06:38.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T06:41:52.000Z (7 months ago)
- Last Synced: 2024-10-09T17:54:49.000Z (3 months ago)
- Topics: client-library, javascript, js, nativescript, realtime, realtime-messaging, sdk
- Language: JavaScript
- Homepage: https://ably.com/download
- Size: 1.99 MB
- Stars: 6
- Watchers: 27
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Ably](https://www.ably.com)
_[Ably](https://ably.com) 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](https://ably.com/docs)._
This is a Nativescript client library for Ably.
This repo is a wrapper for the [ably-js client library](https://github.com/ably/ably-js) which introduces a dependency needed by Nativescript. See the [ably-js README](https://github.com/ably/ably-js) for usage details of the [ably-js client library](https://github.com/ably/ably-js).
For complete API documentation, see the [Ably Realtime documentation](https://www.ably.io/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:
```javascript
var realtime = require('ably-nativescript').Realtime;
```For the rest-only library:
```javascript
var realtime = require('ably-nativescript').Rest;
```### API usage, tests, contributing, etc.
See [the ably-js repo](https://github.com/ably/ably-js).
## 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](https://github.com/ably/ably-js).
## License
Copyright (c) 2017 Ably Real-time Ltd, Licensed under the Apache License, Version 2.0. Refer to [LICENSE](LICENSE) for the license terms.
[![npm](https://img.shields.io/npm/v/ably-nativescript.svg)](https://www.npmjs.com/package/ably-nativescript)