Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (25 loc) · 792 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 792 Bytes

LiveMeet Server

Web server for a simple video conferencing app written in golang with livekit.

Core Features

  • Setup unit and integration tests
  • Sign in with Google
  • Users, auth & session
  • Meetings & participants
  • LiveKit integration
  • Github actions workflow
  • Kubernetes manifests or helm chart

Additional Features

  • Admit guests into the meeting as guest
  • Persist participants in meeting
  • Cloud recording
  • Auto generate API documentation?

Develop

make all    # runs test, e2e and build
make build  # builds the binary
make clean  # cleans the binary
make test   # runs unit tests
make e2e    # runs integration tests
make run    # builds and runs binary
make dev    # runs the source and watches for changes