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'
});