ably

Installation
SKILL.md

Ably Pub/Sub

Enterprise-grade real-time messaging platform with global edge network. Supports pub/sub, presence, message history, and push notifications.

Quick Start

npm install ably

Client (Realtime)

import * as Ably from 'ably';

const ably = new Ably.Realtime({
  key: 'YOUR_API_KEY',  // Use token auth in production
  clientId: 'user-123'
});
Installs
1
GitHub Stars
4
First Seen
Mar 29, 2026
ably — mgd34msu/goodvibes-gemini