Book Image

Learning WebRTC Application Development [Video]

By : Alessandro Arrichiello
Book Image

Learning WebRTC Application Development [Video]

By: Alessandro Arrichiello

Overview of this book

<p>WebRTC revolutionizes the way users can communicate over the Internet. It enables browser-to-browser communication and saves you from mundane tasks such as installation and registration, and makes voice and video communication a breeze. To add to this, you can access the application from any platform such as home PC, mobile devices, and access points.</p> <p>This video course will help you learn the fundamentals of developing real-time communication systems using WebRTC.<br />Start right from the basics of the WebRTC standard that includes the signaling channels such as the Google App Engine. Develop file sharing functionalities and transfer media content from your mic and webcam for a better user experience. Finally, you will discover WebRTC wrapper libraries that will help you integrate the technology in your existing application within seconds. <br />By the end of the course, you will have a fully working application that enables real-time browser-to-browser communication.</p> <h1>Style and Approach</h1> <p>This video course is full of illustrations, clear step-by-step instructions, and practical examples. It provides the groundwork first and then moves to building a complete application.</p>
Table of Contents (8 chapters)
Chapter 2
Backend Configuration - Google App Engine
Content Locked
Section 4
Common Usage of the GAE Channel API
Forget about defining all the complex use cases for handling a data channel. Google App Engine takes charge of complex things and lets us take care of only the stuff we need. - We will discover the basic elements involved in a data channel communication - Discuss the main methods for programming the channel server, the Java side - Discover the main methods for programming the channel client the JavaScript side