It's a simple room creator where you can chat and watch videos among your friend who join you.
There's a demo online: https://videochat2gether.herokuapp.com/
- Download the files.
- On the root folder, open a terminal.
$ sudo docker-compose build
$ sudo docker-compose up
$ sudo docker-compose run web rake db:create
$ sudo docker-compose run web db:migrate
- Access the home page from http://localhost:3000/
- If doesnt work, maybe you'll need shut down the container and run "docker-compose up" again
- It's pretty intuitive. Just follow the forms and buttons.
- Everyone who has the link can enter on the room.
- All chats has a modders room. There someone must approve or refuse the messagens. To access the respective pages, just add /mod after the room's link.
- The nicknames are temporarily.
- There's no authentication to enters on the moderater's room.