https://github.com/simran1002/real-time_chat_application
A real-time chat application is a software platform that enables users to engage in instant messaging and communication in real-time over the internet.
https://github.com/simran1002/real-time_chat_application
ichat-messenger javascript node-js real-time socket-io-client socketio
Last synced: about 1 month ago
JSON representation
A real-time chat application is a software platform that enables users to engage in instant messaging and communication in real-time over the internet.
- Host: GitHub
- URL: https://github.com/simran1002/real-time_chat_application
- Owner: simran1002
- Created: 2023-09-28T17:57:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T14:10:53.000Z (over 2 years ago)
- Last Synced: 2025-01-21T13:51:51.071Z (over 1 year ago)
- Topics: ichat-messenger, javascript, node-js, real-time, socket-io-client, socketio
- Language: JavaScript
- Homepage:
- Size: 478 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Real-Time_Chat_Application
## Getting Started
### Prerequisites
- [Node.js](https://nodejs.org/en/)
### How to run
1. Clone the repository
```bash
git clone https://github.com/simran1002/Real-Time_Chat_Application.git
```
2. Open the project directory
```bash
cd Real-Time_Chat_Application
```
3. Install dependencies
```
npm install
```
4. Add a .env file to the root directory with the following variables
```
DB_URI=
PORT=3000
```
5. Run the server
```
npm start
```
or to run in development mode
```
npm run dev
```