String-Chat is a peer-to-peer (P2P) chat application based on Peer.js. It allows users to communicate directly without the need for a central server.
- Peer-to-peer communication
- Real-time messaging
- Easy to use interface
- Clone the repository:
git clone https://github.com/yourusername/string-chat.git
- Navigate to the project directory:
cd string-chat
- Install the dependencies:
npm install
- Start the application:
npm run preview
- Open your browser following the ouput in console.
This project is licensed under the MIT License.