/video-chat-app

Video chat app implemented with WebRTC

Primary LanguageGo

Simple Video chat app

Video chat application build with Vue and Go.

Prerequisites

Frontend setup

cd frontend
npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

Backend Setup

  • Create your enviroment variables according to .env-sample
  • To invite friends via email, you need to add the email configuration as in the config-sample.json
  • To start server run:
go run main.go

Contributors

Features

  • ✅ P2P video call;
  • ✅ Invite friends with email;
  • ⭕ Chat;
  • and whatever comes to our crazy minds😜