Skip to content

devarshi002/socket.io_learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Real-Time Chat Application with Socket.IO and React

This project is a simple real-time chat application built using Socket.IO for the server-side communication and React for the client-side interface. It allows users to join different chat rooms, send messages, and receive messages in real-time.

Features

  • Real-time messaging
  • Join different chat rooms
  • Simple and intuitive interface

Technologies Used

  • React
  • Socket.IO
  • Material-UI

How to Run

  1. Clone the repository:

    git clone https://github.com/devarshi002/socket.io_learning.git
  2. Install dependencies:

    cd socket.io_learning
    npm install
  3. Start the development server:

    npm start
  4. Open your browser and navigate to http://localhost:3000 to view the app.

Usage

  1. Enter your name and choose a chat room to join.
  2. Start sending messages in the chat room.
  3. You will see messages from other users in real-time.

Screenshots

socket

Contributing

Contributions are welcome! Fork the repository and create a pull request with your changes.

License

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

Releases

No releases published

Packages