Skip to main content
  1. Projects/
  2. Javascript/

CompanionWatch

DominicWuest/CompanionWatch

Website for watching videos together

JavaScript
1
0

CompanionWatch is a website that synchronizes YouTube videos between users. It has a chat and search functionality, allowing friends to watch whatever videos they want, together :)

Back when I first heard about WebSockets I wanted to try them out myself and came up with the idea of creating this site. The website uses socket.io for the bidirectional low-latency communication and its backend is written in Node.js.