Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 591 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 591 Bytes

Realtime GO

This is a client library for Supabase Realtime Features

Overview

This client enables you to use the following Supabase Realtime's features:

  • Broadcast: send ephemeral messages from client to clients with minimal latency. Use cases include sharing cursor positions between users.
  • Presence: track and synchronize shared state across clients with the help of CRDTs. Use cases include tracking which users are currently viewing a specific webpage.
  • Postgres Change Data Capture (CDC): listen for changes in your PostgreSQL database and send them to clients.