Rocket Socket is a simple web-based chat client-server system that allows users to join different chat rooms and communicate with each other in real-time. It's built using HTML, CSS, and JavaScript, and it utilizes WebSocket for real-time communication with the server.
- Join different chat rooms by entering a room name.
- Send and receive messages in the selected chat room.
- Messages are displayed in real-time without the need to refresh the page.
- Easily switch between chat rooms or leave the current room.
To get started with Rocket Client, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/rocket-client.git
- Open the
index.html
file in your web browser. - Enter a username and join a chat room.
- Start chatting with other users in the room!
- Enter your desired username in the provided input field.
- Enter a room name or select an existing room to join.
- Type your message in the message input field and press "Send" to send the message to all users in the room.
- To leave a room, simply click the "Leave" button.
- HTML
- CSS
- JavaScript
- WebSocket
This project is licensed under the MIT License. See the LICENSE file for details.
Special thanks to WebSocket.org for providing resources and documentation on WebSocket technology.