This document summarizes the SkyViewer computer networks project created by four students. SkyViewer allows for in-browser video chatting using WebRTC without plugins. It supports major browsers and platforms. The motivation was to create a seamless video chatting website without downloads. WebRTC enables this through standards for connectivity, encryption, and adapting to network conditions. Users can chat by entering a temporary username on the website to connect in their browser in a peer-to-peer fashion. The project implements WebRTC, PubNub for signaling, and other modules to handle connections, media streams, and integration with TURN servers. Future improvements include calling features and remote access abilities.
Related topics: