Skip to content

rajshah5599/one-one-chat-python-websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

one-one-chat-python-websocket

It seems you're asking to create a README file for your project. Here's a simple template you can use:


This is a simple 1-to-1 chat application built using Flask and Socket.IO.

Features

  • Real-time Communication: Users can send and receive messages in real-time.
  • Simple Interface: Easy-to-use interface for joining the chat and sending messages.
  • Connection Status: Notifies users about their connection status and when their partner connects or disconnects.

Installation

  1. Clone the repository:

    git clone https://github.com/rajshah5599/one-one-chat-python-websocket.git
  2. Install dependencies:

    pip install -r requirements.txt

Usage

  1. Run the Flask application:

    python app.py
  2. Open your web browser and go to http://localhost:5000.

  3. Enter your username and the recipient's username.

  4. Start chatting!

Technologies Used

  • Flask: Python web framework for building the backend.
  • Socket.IO: Library for real-time web applications.
  • HTML/CSS/JavaScript: Frontend technologies for building the user interface and handling client-side interactions.

Feel free to customize this template according to your project's specifics!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published