Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 613 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 613 Bytes

NATS + Docker + Websockets + React example

Requirements

  • Docker + Docker Compose

Running

  • docker-compose up to spin up the websocket backend
  • cd frontend; yarn start to spin up the React frontend at http://localhost:3000

* assumes dockerhost points to your docker-machine ip. if not, then update frontend/package.json and override the REACT_APP_NATS_HOST value