Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atul3007/real-time-chat
https://github.com/atul3007/real-time-chat
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/atul3007/real-time-chat
- Owner: Atul3007
- Created: 2023-12-21T08:04:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-21T13:40:31.000Z (about 1 year ago)
- Last Synced: 2023-12-21T15:41:39.344Z (about 1 year ago)
- Language: JavaScript
- Size: 1.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.