Both Backend and Frontend should be considered as separated projects each one with its dependencies. if you are about to contribute to this project or just to play around with the code I suggest cloning each master branch in different folders
An express app and a Socket.io Server to connect each peer
If you have a suggestion that would make this better, please fork the repo and create a Pull Request. You can also simply open an issue Don't forget to give the project a star ⭐!
-
Fork the project
-
Clone the repository
git clone -b master-backend https://github.com/AlejoTorres2001/RTC-videochat.git
- Create your Feature Branch
git checkout -b feature/AmazingFeature
- Push to the Branch
git push origin feature/AmazingFeature
- Open a Pull Request