Skip to content

chini5ko/webrtc-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webrtc-workshop

Create and deploy your own WebRTC webapp with Google App Engine

Before the workshop

  • create a google cloud console account here (skip if you have one)

Install:

Check that you have installed the following on your terminal:

$ node -v
$ npm -v
$ gcloud -v

Running your video webapp locally

step 0 - (clone the repo)

$ git clone https://github.com/chini5ko/webrtc-workshop.git

step 1 - (install dependancy)

$ npm install

step 2 - (run your webapp locally)

$ node server.js

Deploy it to the world 🌎

  1. craete a Google App Engine instance

  2. login:

$ gcloud auth login
  1. fidn your project ID:
$ gcloud projects list
  1. set your project:
$ gcloud config set project PROJECT_ID
  1. deploy !
$ gcloud app deploy
  1. About your project !
gcloud app describe

Example: https://teak-kit-305302.uc.r.appspot.com

After the workshop

checkout pairstudy.com

webrtc resources:

Note:

Part of this workshop's code was cloned from this repo

About

create and deploy your own WebRTC webapp with Google App Engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published