Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 513 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 513 Bytes

Alvin Observer UI Client

React frontend client for overlaying the Alvin Observer camera controls over the existing Sealog interface.

This repo contains multiple services:

  • React frontend
  • Node JS socket-io server example
  • Go service to convert and stream camera feeds

How to use

A docker-compose file is included at the project root to run all the apps in a Docker network.

Just run the following command from the repo root to start a development version on your local machine:

docker-compose up