This is a real-time room-based chat application built using Socket.IO. It enables users to engage in instant messaging within the same room, without the need for authentication. Users can interact by sharing a common room number.
- Real-Time Messaging: Utilizes Socket.IO for instant message updates within the room.
- Dynamic Communication: No authentication required, enabling seamless interaction within the shared room.
- Room-Based Interaction: Users can connect to specific rooms using room numbers.
You can use the hosted version of this application at https://open-talk.vercel.app. Simply follow these steps:
- Open a web browser and go to https://open-talk.vercel.app.
- Enter a room number (e.g.,
123
) and start chatting!
Contributions are welcome! Fork the repository and submit a pull request. Before you get started, please take a moment to read our Contribution guidelines
This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the LICENSE file for details.