CodeBrowser / npm / @supabase/realtime-js
@supabase/realtime-js@2.110.7
// Listen to realtime updates to your PostgreSQL database
$ npm install @supabase/realtime-js
downloads/wk
21,770,519
license
MIT
version
2.110.7
published
Jul 16, 2026
What is @supabase/realtime-js?
@supabase/realtime-js is a JavaScript/TypeScript client library that subscribes to real-time changes in your PostgreSQL database through Supabase's Realtime service. Developers use it to listen for inserts, updates, and deletes on specific tables and automatically sync those changes to their application without polling. It's useful for building collaborative features, live dashboards, chat applications, and any interface that needs to reflect database changes instantly.
Keywords
#realtime #phoenix #elixir #javascript #typescript #firebase #supabase
Dependencies (2)
Maintainers
etienne_supa, mandarini