Skip to content

A Flask-based real-time chat application with room creation, messaging, and member tracking.

License

Notifications You must be signed in to change notification settings

Armancollab/LiveChatRoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LiveChatRoom

This is a real-time chat application built using Flask and SocketIO. The application allows users to create chat rooms, join existing ones, send messages, and track the number of members in each room.

Features

  • Room Creation: Users can create new chat rooms with a unique code.
  • Room Joining: Participants can join existing rooms by entering the room code.
  • Real-time Messaging: Messages are sent and received in real-time using SocketIO.
  • Member Tracking: The application dynamically tracks the number of members in each room.
  • User-friendly Interface: A simple and minimal user interface for a seamless chat experience.

ScreenShots

Screenshot 1 Screenshot 2

Getting Started

  1. Clone the Repository:

    git clone https://github.com/Armancollab/LiveChatRoom.git
    cd LiveChatRoom
  2. Install Dependencies:

    pip install -r requirements.txt
  3. Run the Application:

    python main.py
  4. Open in Browser: Visit http://localhost:5000 in your web browser.

Usage

  • On the homepage, enter your name and choose to join an existing room or create a new one.
  • If creating a new room, a unique room code will be generated for you.
  • Enter the room code to join an existing room.
  • Enjoy real-time chat with other members in the room.

Happy Chatting!

About

A Flask-based real-time chat application with room creation, messaging, and member tracking.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published