pusher

Installation
SKILL.md

Pusher Channels

Real-time WebSocket infrastructure for pub/sub messaging. Supports public, private, presence, and encrypted channels.

Quick Start

Client Setup

npm install pusher-js
import Pusher from 'pusher-js';

const pusher = new Pusher('YOUR_APP_KEY', {
  cluster: 'us2',  // your cluster
});
Related skills
Installs
1
GitHub Stars
4
First Seen
Mar 29, 2026