Live Demo: Chatter Box
The Chatter Box is a simple, real-time chat application built using Python. It allows users to communicate with each other in real-time, demonstrating how to build chat functionalities with a backend powered by Python. The app is deployed and running live for demonstration purposes.
- Real-time Messaging: Send and receive messages instantly.
- Web-Based: Accessible via a browser with a simple, intuitive interface.
- Scalable Backend: Built with Python to handle multiple users.
- Responsive Design: Works well on both desktop and mobile devices.
- Backend: Python
- Frontend: HTML, CSS, JavaScript
- WebSockets: For real-time communication between users
- Deployment: Render
- Python 3.x
- pip (Python package manager)
-
Clone the repository:
git clone https://github.com/riya-malviya/python-chat-app.git cd python-chat-app -
Install required dependencies:
pip install -r requirements.txt
-
Run the app:
python app.py
-
Open your browser and navigate to
http://localhost:5000to access the chat app locally.
- Open the Live Demo.
- Enter your name and start chatting with other users in real-time.

