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

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.

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