Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 523 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 523 Bytes

Remote-camera-example

This repo is essentially this example repo from AWS, but running on Node (Express server) and simplified a bit to prevent secrets from making their way into the frontend code.

  1. Make sure to update your settings in index.js L28-41
  2. Update your AWS region in public/viewer.js L25, and again in public/master.js L40
  3. Install dependencies with npm i
  4. Run the code with node index.js
  5. Check out localhost:3003