An open API service indexing awesome lists of open source software.

https://github.com/nuraj250/chatpulse

💬 Real-time Chat App built with Flask, Socket.IO, and JavaScript. Supports instant messaging with a sleek UI and scalable backend. 🚀
https://github.com/nuraj250/chatpulse

chat-application flask flask-socketio fullstack-chat python-websocket real-time-chat real-time-messaging realtime-application socketio websockets

Last synced: about 2 months ago
JSON representation

💬 Real-time Chat App built with Flask, Socket.IO, and JavaScript. Supports instant messaging with a sleek UI and scalable backend. 🚀

Awesome Lists containing this project

README

          

# 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! 🎉