Chat

screenshot of Chat
flask

A simple chat app created to experiment with Redis, Gevent, Flask & Server-Sent Events.

Overview

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.

Features

  • Flask Integration: Utilizes Flask framework for routing and handling HTTP requests.
  • Redis Database: Uses Redis for storing chat messages and managing data.
  • Gevent Implementation: Implements Gevent for handling concurrency and asynchronous tasks.
  • Server-Sent Events: Utilizes Server-Sent Events for real-time communication between server and client.

Summary

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
Flask

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.