Skip to content

rsn491/chillout

Repository files navigation

chillout

chillout

P2P video chat app for hanging out with friends, built with PeerJS

demo

Features

  • Video conversation
  • Play trivia games
  • Share youtube videos

Quickstart

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

1. Install deps

npm install

2. Start backend server

node server.js

3. Start peerjs server (signaling)

docker run -p 9000:9000 -d peerjs/peerjs-server

4. Start hot-reload dev server

npm run serve

Other cmds

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Credits

The trivia questions come from https://opentdb.com/ - "Free to use, user-contributed trivia question database"

Icons made by Freepik from www.flaticon.com

About

P2P video chat app for hanging out with friends

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published