You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,8 @@
30
30
| Features | v1 | v2 | Status |
31
31
| ---------------- | --- | --- | ------ |
32
32
| Postgres Changes | ✔ | ✔ | GA |
33
-
| Broadcast || ✔ |Beta|
34
-
| Presence || ✔ |Beta|
33
+
| Broadcast || ✔ |GA |
34
+
| Presence || ✔ |GA |
35
35
36
36
This repository focuses on version 2 but you can still access the previous version's [code](https://github.com/supabase/realtime/tree/v1) and [Docker image](https://hub.docker.com/layers/supabase/realtime/v1.0.0/images/sha256-e2766e0e3b0d03f7e9aa1b238286245697d0892c2f6f192fd2995dca32a4446a). For the latest Docker images go to https://hub.docker.com/r/supabase/realtime.
37
37
@@ -55,12 +55,14 @@ The server does not guarantee that every message will be delivered to your clien
55
55
56
56
## Quick start
57
57
58
-
You can check out the [Multiplayer demo](https://multiplayer.dev) that features Broadcast, Presence and Postgres Changes under the demo directory: https://github.com/supabase/realtime/tree/main/demo.
58
+
You can check out the [Supabase UI Library](https://supabase.com/ui) Realtime components and the [multiplayer.dev](https://multiplayer.dev) demo app source code [here](https://github.com/supabase/multiplayer.dev)
0 commit comments