Skip to content

nikhilchary129/chat-part

Repository files navigation

Node.js Chat App

This is a real-time chat application built with Node.js, Express, and Socket.IO. It allows multiple users to join and chat simultaneously in a simple and user-friendly interface.

Features Real-time chat functionality. Multiple users can join and chat simultaneously. Clean and intuitive user interface. Getting Started To run this chat app locally, follow these simple steps:

Clone the repository: git clone https://github.com/nikhilchary129/chat-part

Install dependencies: npm install

Start the server: npm start

Access the chat application in your web browser at http://localhost:3000.

Enter a username and join the chat room to start chatting in real-time.

Configuration You can customize the application's behavior by editing the configuration files:

config.js: Contains server configuration options. public/js/main.js: Customize the client-side behavior.

About

A real-time chat application powered by Node.js, allowing multiple users to chat together in real-time. Simple, fast, and user-friendly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors