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.
- Host: GitHub
- URL: https://github.com/mana9512/chat-app
- Owner: mana9512
- Created: 2020-08-21T12:43:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-06T20:19:45.000Z (over 2 years ago)
- Last Synced: 2024-02-06T21:43:00.410Z (over 2 years ago)
- Topics: chat, realtime, socket-io
- Language: JavaScript
- Homepage:
- Size: 1.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.