https://github.com/onadrog/visio
PeerJs / WebRTC video chat prototype
https://github.com/onadrog/visio
Last synced: about 2 months ago
JSON representation
PeerJs / WebRTC video chat prototype
- Host: GitHub
- URL: https://github.com/onadrog/visio
- Owner: onadrog
- License: gpl-3.0
- Created: 2021-08-11T16:40:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-11T16:40:30.000Z (over 3 years ago)
- Last Synced: 2025-01-11T19:34:33.203Z (4 months ago)
- Language: JavaScript
- Size: 4.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Visio
Prototype video chat conference using Symfony, React.Js & Mercure Hub
## Dev env :
- PHP 8
- mysql 5.7
- Apache 2## Dependencies :
- Mercure Hub
- Symfony 5
- React.js 17
- Redux 4
- MaterialUi 4
- webpack 5
- PeerJs 1## Requierments :
- [Heroku](https://www.heroku.com) account## Configuration
### On local
Linux based installation proccess!Follow the [first install doc](./docs/firstInstall.md)
### On Prod
- install [peerJs server button](https://elements.heroku.com/buttons/peers/peerjs-server) on heroku
- push mercure folder on another Herokuapp
- in the procfile change 'yourwebsite' with your site address
- Build pack : heroku/go
- Config vars: GOVERSION => go1.14## Logins
| id | password |
|:-----: |:--------: |
| user1 | pass |
| user2 | pass |
| user3 | pass |