RTCPeerConnection with messaging

In this step, we build a video chat client, using the signaling server created in Session 05 and the RTCPeerConnection code from Session 03.

In order to complete this session ensure you have Nodejs, socket.io and node-static installed and working. If in doubt, try the code in Session 05.

In this example, we will build