P2P Messenger is a real-time chat application built with PeerJS and WebRTC that allows you to connect directly with another peer without the need for a central server.
How It Works
- Generate your unique Peer ID
- Share your ID with the person you want to chat with
- Enter their Peer ID to establish a direct connection
- Start chatting in real-time
Technology
This application uses:
- PeerJS: A wrapper for WebRTC that simplifies peer-to-peer connections
- WebRTC: A free, open project that provides web browsers and mobile applications with real-time communications
- Tailwind CSS: A utility-first CSS framework for rapidly building custom user interfaces