This repository contains WebRTC sample applications which has all the flashy features. This application is built using angular 5. Use this as an example and code base to the amazing applications that you are trying to build.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
cd peer2peer-angular
npm install
ng serve
Nodejs Angular Cli
cd peer2peer-angular
npm install
ng serve
ng test
Build peer2peer-application with prod properties.
ng build --prod
cd dist
Deploy contents in dist folder in a web server of your choice.
- Angular-5 - The web framework used
This application is not fully tested with mobiles. So, HERE BE DRAGONS!!
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone who's code was used
- Inspiration
- etc