Skip to content

tathagatamishra/GigaChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Giga Chat

REAL-TIME CHAT APPLICATION

Problem Statement :

  1. No user details need to chat
  2. No need to provide email & phone
  3. Data can be deleted by user
  4. Application must be lightweight
  5. Multiple users can chat

OVERVIEW :

The anonymous chat room project is a real-time chat application that provides users to chat with each other. It uses Node.js to provide a fast and efficient chat experience and Socket.IO for real-time communication between users. User can delete their data if they want.

HOW TO USE :

npm install
npm start

Open the app/index.html file in a browser.

TECHNOLOGY :

Javascript Node.js WebSocket HTML Socket.IO CSS


Extra Informations :

The anonymous chat room project is a real-time chat application that provides an anonymous chat room for users to chat with each other. The project is built using HTML, CSS, Node.js, Socket.IO.

Node.js is a server-side JavaScript runtime environment that provides a fast and scalable way to build web applications.

Socket.IO is a library for building real-time, bidirectional communication between the client and server. It enables real-time communication between the chat room participants, allowing for a seamless chat experience.

The anonymous chat room project provides an anonymous chat room where users can chat with each other in real-time. Users can join the chat room by entering a unique username, and they can start chatting with other users in the chat room.

The project uses Socket.IO to handle real-time communication between the client and server. Messages are sent and received in real-time, enabling a seamless chat experience for the users.

The project is built using a modular architecture that makes it easy to extend and maintain. The codebase is organized into modules for handling chat room functionality, user authentication, and database access. Each module is responsible for a specific set of tasks, making it easy to test and debug.

In summary, the anonymous chat room project is a real-time chat application that provides an anonymous chat room for users to chat with each other. It uses React and Node.js to provide a fast and efficient chat experience and Socket.IO for real-time communication between users. MongoDB is used to store chat messages and user data, and the project is built using a modular architecture that makes it easy to extend and maintain.

About

The anonymous chat room project is a real-time chat application that provides users to chat with each other

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published