ChatterBox is a realtime chat application built using Node.js and Socket.IO, allowing friends to chat with each other instantly. This project aims to provide a seamless and responsive chatting experience for users.
- Realtime Communication: ChatterBox enables users to chat in real time, providing instant messaging between friends. Responsive Design: The application is designed to work across multiple devices and screen sizes, ensuring a consistent experience for all users.
- Node.js: Backend JavaScript runtime environment for building the server-side logic.
- Socket.IO: Library for realtime web applications, enabling bidirectional communication between web clients and servers.
- HTML/CSS/JavaScript: Frontend technologies for building the user interface and handling client-side interactions.
To get started with ChatterBox, follow these steps:
-
Clone this repository to your local machine.
git clone https://github.com/prashannastha7/Realtime-Chat-Application.git -
For node and socket inside NodeServer. npm init and npm i socket.io
-
Start the server. nodemon index.js
-
Install dependencies using npm. cd Chat_App npm install