A simple chat app created to experiment with Redis, Gevent, Flask & Server-Sent Events.
This primitive chat app was built as an experiment utilizing Flask, Redis, Gevent, and Server-Sent Events. The app provides a basic platform for chat functionality and aims to showcase the integration of different technologies within a web application.
This chat app serves as a simple demonstration of integrating Flask, Redis, Gevent, and Server-Sent Events in a basic web application. By following the installation guide, users can set up and run the app locally to explore its functionality and underlying technologies.
Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.