FaceIt Video-Chat Website
Overview This project is a video chat web application that enables real-time communication between users. It is built using WebRTC for peer-to-peer connections, Socket.io for signaling, and a Node.js backend.
Features Real-time video and audio communication Peer-to-peer connection using WebRTC Signaling server using Socket.io User-friendly interface Dynamic room creation and joining Support for multiple users in a session
Technologies Used Frontend: HTML, CSS, JavaScript Backend: Node.js, Express.js WebRTC for video and audio streaming Socket.io for real-time messaging