Building a WebRTC video broadcast using JavaScript

This article will show you the basic concepts and features of WebRTC and guide you through building your own WebRTC video broadcast using Node.js. Read more

Similar

Another WTF JavaScript Moment

Javascript is a powerful language, but sometimes it doesn’t always do what you expect it to. Take the following expression for example. It’s a simple if statement that checks to see if true and then runs the code within the block. Running the code results... (more…)

Read more »