https://github.com/jannat-miftahul/chat-app
A simple real-time chat application using Flask-SocketIO, HTML, CSS, and JavaScript.
https://github.com/jannat-miftahul/chat-app
flask socket-io
Last synced: 4 months ago
JSON representation
A simple real-time chat application using Flask-SocketIO, HTML, CSS, and JavaScript.
- Host: GitHub
- URL: https://github.com/jannat-miftahul/chat-app
- Owner: jannat-miftahul
- Created: 2024-12-14T08:46:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-17T22:18:59.000Z (5 months ago)
- Last Synced: 2026-01-18T10:33:05.271Z (5 months ago)
- Topics: flask, socket-io
- Language: Python
- Homepage:
- Size: 12.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flask-SocketIO Multi-User Chat App
A simple real-time chat application using Flask-SocketIO, HTML, CSS, and JavaScript.
## Features
- Real-time communication using WebSockets
- Broadcast messages to all connected users
## How to Run
1. Clone the repository:
2. Create a virtual environment and install dependencies:
3. Run the Flask app:
4. Open your browser and navigate to `http://127.0.0.1:5000`.
## Technologies Used
- Flask
- Flask-SocketIO
- HTML, CSS, JavaScript