mirror of
https://github.com/supabase/supabase.git
synced 2026-06-21 00:56:03 +08:00
Docker and React Realtime example
A How-To guide for using Realtime with React and Docker.
Online documentation: https://supabase.io/docs/realtime/guide-docker-react
Usage
- Clone this repo
- Run
docker-compose up - Open two browser tabs to http://localhost:3000
- Add a user in one tab, and it will add a user in another
Contributing
If you make changes to this repo, please ensure you update the online documentation too.