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.