P2P video chat app for hanging out with friends, built with PeerJS
- Video conversation
- Play trivia games
- Share youtube videos
You can easily start Chillout with docker by running the following command:
docker-compose up --build -d
You can now access the Chillout app at: http://0.0.0.0:3000
npm install
node server.js
docker run -p 9000:9000 -d peerjs/peerjs-server
npm run serve
npm run build
npm run test
npm run lint
The trivia questions come from https://opentdb.com/ - "Free to use, user-contributed trivia question database"
Icons made by Freepik from www.flaticon.com