yo pet - building a webrtc app in 20 mins

Post on 28-Aug-2014

112 Views

Category:

Software

2 Downloads

Preview:

Click to see full reader

DESCRIPTION

Kranky Geek talk on how to build an app using webRTC. The YoPet App is for calling your stay-at-home pet.

TRANSCRIPT

On-stage: Building a WebRTC app

Tim Panton and Alex Thomas

What not to do

• Don’t replicate the PSTN functionality

• It devalues both

• WebRTC’s value is in the context and tailored UX

• PSTN can charge by the minute

• Combine for the worst of both

So let’s do it anyway !

http://www.yopet.us/phono.html

Build to delight someone

• Customized experience to delight a pet

• Parrots are social animals

• They understand handshakes and visual stuff

• They like phone calls

• So - let’s build YoPet !

Scary Live Code happens here.

Time to use a framework ?

• Hides state

• Provides infrastructure

• Simplifies coding

• Keeps up with the changing browser versions

• Provides features

Terrifying Live Code happens here.

Adding to an existing app

• Possibly use a Chrome extension

• Leverage the identity provider in the app

• Select a framework that fits the app

• Add some magic

• Delight someone

We add audio to Bitbucket

Credits to https://github.com/luisviman/BaBLbrowse to bitbucket

Thanks!

• Alex Thomas @onichase

• Tim Panton @steely_glint

• Code at https://github.com/steely-glint/PetCall and https://github.com/steely-glint/yopet

WebRTC for Dogs?

top related