An open API service indexing awesome lists of open source software.

https://github.com/mana9512/chat-app

A real time chat application in Node.js built using Express, Mongoose and Socket.io that sends and shows messages to a recipient instantly without any page refresh.
https://github.com/mana9512/chat-app

chat realtime socket-io

Last synced: about 1 month ago
JSON representation

A real time chat application in Node.js built using Express, Mongoose and Socket.io that sends and shows messages to a recipient instantly without any page refresh.

Awesome Lists containing this project

README

          

# Chat-App
A real time chat application in Node.js built using Express, Mongoose and Socket.io that sends and shows messages to a recipient instantly without any page refresh.

Features:

Real-time messaging: Messages are sent and received instantly without the need for page refresh.
User authentication: Users can create accounts and log in securely.
Message history: Users can view their chat history.
Responsive design: The application is designed to work seamlessly across different devices.

## Features:
* Real-time messaging: Messages are sent and received instantly without the need for page refresh.
User authentication: Users can create accounts and log in securely.
* Responsive design: The application is designed to work seamlessly across different devices.

## Technologies Used:
* Node.js
* Express
* Socket.io

## Getting Started:
1. Clone this repository to your local machine.
2. Install dependencies using npm install.
3. Run the application in 2 terminals with same chat room code using npm start.
4. Access the application in your browser at http://localhost:3000.