Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.49 KB

File metadata and controls

60 lines (39 loc) · 1.49 KB

NodeChatApp

This project is a simple real-time chat application built using Node.js and Socket.io. It allows multiple users to join a chat room and share messages with each other in real time. Features

Real-time chat communication.
Multiple user access in a chat room.
Easy and intuitive UI.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. Prerequisites

What things you need to install the software and how to install them:

Node.js
npm (Comes with Node.js)
Git

Installing

A step by step series of examples that tell you how to get a development environment running.

Clone the repository:
git clone https://github.com/yourusername/nodeChatApp.git
cd nodeChatApp

Install dependencies:
npm install

Start the server:
npm start

Open your browser:

Visit http://localhost:3000

Built With

Node.js - The JavaScript runtime used
Express.js - The web application framework
Socket.io - Enables real-time bidirectional event-based communication

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us. Authors

Your Name - Abhijith P

See also the list of contributors who participated in this project. License

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

Hat tip to anyone whose code was used
Inspiration
etc