DYPAI Realtime Client — Supabase-compatible API for real-time features.
Supports:
Usage: const channel = dypai.realtime.channel('room-1') channel .on('postgres_changes', { event: '*', table: 'tasks' }, callback) .on('broadcast', { event: 'typing' }, callback) .on('presence', { event: 'sync' }, callback) .subscribe()
DYPAI Realtime Client — Supabase-compatible API for real-time features.
Supports:
Usage: const channel = dypai.realtime.channel('room-1') channel .on('postgres_changes', { event: '*', table: 'tasks' }, callback) .on('broadcast', { event: 'typing' }, callback) .on('presence', { event: 'sync' }, callback) .subscribe()