A simple App Engine implementation of WebRTC video broadcast web service
nodejs, yarn
Install dependencies using yarn
yarn install
You can deploy this in local environment:
yarn start
Or you can deploy it to the App Engine Standard Environment in Google Cloud Platform:
gcloud app deploy
- express, socket.io, webrtc
This project is licensed under the MIT License - see the LICENSE file for details.