Video chat application build with Vue and Go.
cd frontend
npm install
npm run dev
npm run build
Lint with ESLint
npm run lint
- 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
- ✅ P2P video call;
- ✅ Invite friends with email;
- ⭕ Chat;
- and whatever comes to our crazy minds😜