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. 🚀
- Host: GitHub
- URL: https://github.com/nuraj250/chatpulse
- Owner: Nuraj250
- Created: 2025-03-18T15:13:55.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-19T16:17:22.000Z (7 months ago)
- Last Synced: 2025-03-31T14:46:18.686Z (6 months ago)
- Topics: chat-application, flask, flask-socketio, fullstack-chat, python-websocket, real-time-chat, real-time-messaging, realtime-application, socketio, websockets
- Language: HTML
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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! 🎉