I built a PWA to demonstrate fast, offline-enabled search:

shearch.me

This searches all of Shakespeare's plays and poems, including locations and stage directions. Find out more here.

simpl.info RTCPeerConnection

View the console to see logging. The MediaStream object localStream, and the RTCPeerConnection objects localPeerConnection and remotePeerConnection are in global scope, so you can inspect them in the console as well.

For more information about RTCPeerConnection, see Getting Started With WebRTC.

View source on GitHub