Files
supabase/examples/realtime-docker-react/README.md
2019-10-30 15:24:30 +00:00

527 B

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.