Skip to content

Commit 3413b25

Browse files
authored
chore: update README.md (#1612)
1 parent ef3ae47 commit 3413b25

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
| Features | v1 | v2 | Status |
3131
| ---------------- | --- | --- | ------ |
3232
| Postgres Changes ||| GA |
33-
| Broadcast | || Beta |
34-
| Presence | || Beta |
33+
| Broadcast | || GA |
34+
| Presence | || GA |
3535

3636
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.
3737

@@ -55,12 +55,14 @@ The server does not guarantee that every message will be delivered to your clien
5555

5656
## Quick start
5757

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)
5959

6060
## Client libraries
6161

62-
- JavaScript: [@supabase/realtime-js](https://github.com/supabase/realtime-js)
63-
- Dart: [@supabase/realtime-dart](https://github.com/supabase/realtime-dart)
62+
- [JavaScript](https://github.com/supabase/supabase-js/tree/master/packages/core/realtime-js)
63+
- [Flutter/Dart](https://github.com/supabase/supabase-flutter/tree/main/packages/realtime_client)
64+
- [Python](https://github.com/supabase/supabase-py/tree/main/src/realtime)
65+
- [Swift](https://github.com/supabase/supabase-swift/tree/main/Sources/Realtime)
6466

6567
## Server Setup
6668

0 commit comments

Comments
 (0)