Skip to content

πŸ’¬ Real-time Chat App built with Flask, Socket.IO, and JavaScript. Supports instant messaging with a sleek UI and scalable backend. πŸš€

Notifications You must be signed in to change notification settings

Nuraj250/ChatPulse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Python Chat App

This is a simple real-time chat application using Flask and Socket.IO.

Installation

  1. Clone the repository:

    git clone https://github.com/Nuraj250/python-chat.git
    cd python-chat
    
  2. Create a virtual environment and install dependencies:

    python3 -m venv env
    source env/bin/activate
    pip install -r requirements.txt
    
  3. Run the application:

    python run.py
    
  4. Open your browser and go to:

    http://127.0.0.1:5000/
    

---

## **πŸš€ Next Steps**
- βœ… Run the app: `python run.py`
- βœ… Test sending messages in the chat
- πŸ”œ Add user authentication (Login & Registration)
- πŸ”œ Store messages in a database (SQLite, PostgreSQL, etc.)
- πŸ”œ Deploy the app using **Heroku, AWS, or DigitalOcean**

---

This is a fully functional **Flask & Socket.io chat app** with WebSockets! πŸŽ‰  

About

πŸ’¬ Real-time Chat App built with Flask, Socket.IO, and JavaScript. Supports instant messaging with a sleek UI and scalable backend. πŸš€

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published