Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.42 KB

File metadata and controls

41 lines (27 loc) · 1.42 KB

Rocket Socket

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.

Features

  • 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.

Getting Started

To get started with Rocket Client, follow these steps:

  1. Clone the repository: git clone https://github.com/your-username/rocket-client.git
  2. Open the index.html file in your web browser.
  3. Enter a username and join a chat room.
  4. Start chatting with other users in the room!

Usage

  • 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.

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • WebSocket

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements

Special thanks to WebSocket.org for providing resources and documentation on WebSocket technology.