Skip to content

iamovi/simple-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple Socket.io Chat App

This is a simple real-time chat application built with Socket.io and Express, made for practice purpose.

Installation

  1. Clone the repository:
git clone https://github.com/iamovi/simple-chat-app.git
  1. Navigate to the project directory:
cd simple-chat-app/
  1. Install the dependencies:
npm install

Usage

  1. Start the server:
npm start
  1. Open your web browser and navigate to http://localhost:3000

  2. Open multiple tabs and start chatting in real-time!

Customization

Feel free to customize the interface and functionality based on your preferences. You can modify the styles, add additional features, or integrate user authentication for a more personalized experience.

Contributing

If you'd like to contribute to the project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them with a descriptive message.
  4. Push your changes to your fork.
  5. Submit a pull request to the main repository.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published