https://github.com/neguindev/chat-online
Chat Online is a real-time chat application built using Node.js, Express, and Socket.io for the server-side, and vanilla JavaScript for the client-side.
https://github.com/neguindev/chat-online
Last synced: about 1 year ago
JSON representation
Chat Online is a real-time chat application built using Node.js, Express, and Socket.io for the server-side, and vanilla JavaScript for the client-side.
- Host: GitHub
- URL: https://github.com/neguindev/chat-online
- Owner: NeguinDev
- Created: 2022-11-01T08:43:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-29T04:16:58.000Z (almost 3 years ago)
- Last Synced: 2025-04-05T14:23:30.542Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat Online
## Description
Chat Online is a real-time chat application built using Node.js, Express, and Socket.io for the server-side, and vanilla JavaScript for the client-side.
## Requirements
- Node.js
- Express
- Socket.io
- CORS
## Installation
Clone the repository:
```bash
git clone https://github.com/NeguinDev/chat-online.git
```
Install the dependencies:
```bash
npm install
```
## Usage
To start the application, run:
```bash
npm start
```
Open `http://localhost:3000` in your web browser.
## Features
- Real-time messaging
- User login and logout notifications
- Desktop notifications for new messages and user activity
## Contribution
Feel free to contribute to the project. Open a PR or an issue for discussions.
## License
ISC