Files
supabase/examples/realtime-docker-react
Paul Copplestone e046cfd827 Adding postgrest
2019-10-30 15:54:32 +00:00
..
2019-10-30 15:54:32 +00:00
2019-10-30 15:54:32 +00:00
2019-10-30 15:54:32 +00: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

  1. Clone this repo
  2. Run docker-compose up
  3. Open two browser tabs to http://localhost:3000
  4. 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.