A modern peer-to-peer (P2P) video calling application built with a focus on speed, privacy, and playful aesthetics.
- π Peer-to-Peer Connection (No Server Video Relays)
Built using WebRTC, ensuring direct video streams between users. - β‘ Instant Connection via Room Code
Share a room ID to instantly connect with a friend. - π» Cross-Platform Support
Works smoothly on modern desktop browsers.
##π Usage
- Launch the app locally or deploy it.
- Enter a room name or generate a unique code.
- Share the code with a friend.
- Once both users join the room, the camera and microphone stream will connect.
-
Frontend: React.js, Tailwind CSS
-
Real-Time Communication: WebRTC
-
Routing & State: React Router
-
UI Styling: Brutalist design patterns
-
Optional Backend (for signaling): Node.js + Socket.io
# Clone the repo
git clone https://github.com/
cd Iris
# Install dependencies
npm install
# Start the dev server
npm run dev and node index.js