Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/atul3007/real-time-chat


https://github.com/atul3007/real-time-chat

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Group Chat Application Readme

## Overview

This group chat application is built using Node.js and Socket.io to enable real-time communication among users. Users can connect to the server by accessing http://localhost:5500/ in their web browser, where they can enter their name and choose a group to start chatting with others in the same group.

## Features

Real-Time Communication: Instantaneous messaging between users in the same group.
Simple Interface: User-friendly interface with easy-to-use features.
User Identification: Users are identified by their chosen name, allowing for a personalized chat experience.

## Screenshots







## Prerequisites

- Node.js installed on your machine.
- Internet browser (Chrome, Firefox, Safari, etc.) for accessing the chat application.

## Getting Started

- Clone the repository to your local machine:

Copy code

- git clone https://github.com/your-username/group-chat-app.git

## npm install

Start the server
npm run server
The server will be running on http://localhost:5500/.

Open your web browser and visit http://localhost:5500/.

Enter your name and choose a group to join, then start chatting with others in the same group.

## Dependencies

- express: Web application framework for Node.js.
- socket.io: Real-time bidirectional event-based communication library.