Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pavankalyan-nvs/simple-chat-app
A basic chat application using Node.js and Socket.io. The app allows users to connect to a common chat room and exchange messages in real time, enabling seamless communication between multiple users.
https://github.com/pavankalyan-nvs/simple-chat-app
chat-app chat-application socket-io socket-programming
Last synced: 1 day ago
JSON representation
A basic chat application using Node.js and Socket.io. The app allows users to connect to a common chat room and exchange messages in real time, enabling seamless communication between multiple users.
- Host: GitHub
- URL: https://github.com/pavankalyan-nvs/simple-chat-app
- Owner: pavankalyan-nvs
- Created: 2023-08-23T03:49:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-05T18:47:01.000Z (10 days ago)
- Last Synced: 2025-01-05T19:33:02.563Z (10 days ago)
- Topics: chat-app, chat-application, socket-io, socket-programming
- Language: HTML
- Homepage: https://simple-chat-app-o8yu.onrender.com
- Size: 34.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Chat App
## Introduction
This is a simple real-time chat application built with Node.js, Express, and Socket.io. It allows users to join chat rooms and send messages in real-time.
## Features
- User registration and login
- Real-time messaging
- Group chats and private messaging
- Notifications for new messages
- Responsive user interface## Getting Started
### Prerequisites
- Node.js and npm installed
- MongoDB installed and running### Installation
1. Clone the repository:
```bash
git clone https://github.com/pavankalyan-nvs/Simple-chat-app.git
cd Simple-chat-app