Using ably-js with ably.io

JavaScript integration

✓ Official SDK
Install
npm install ably-js
Get the service time
curl \
  -u "$API_USER:$API_PASS" \
  https://rest.ably.io/time
Retrieve usage statistics for an application
curl \
  -u "$API_USER:$API_PASS" \
  https://rest.ably.io/stats
Enumerate all active channels of the application
curl \
  -u "$API_USER:$API_PASS" \
  https://rest.ably.io/channels
SDK on GitHub 📄 API Docs
SDK
ably-js
JavaScript
API
ably.io
ably.io:platform
At a glance
Language JavaScript
Endpoints22
Base URLhttps://rest.ably.io
✓ Official