GitHub - Nuraj250/ChatPulse: 💬 Real-time Chat App built with Flask, Socket.IO, and JavaScript. Supports instant messaging with a sleek UI and scalable backend. 🚀 · GitHub
Skip to content

Nuraj250/ChatPulse

Folders and files

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

Contributors