Real-Time Chatroom with Flask and Redis

# Introduction This project utilizes SSE (Server-Sent Events) and Redis to implement an online chatroom. Prior knowledge of Python and JavaScript syntax, as well as a basic understanding of Flask and Redis usage, is required. In this section of the experiment, we will learn and practice the following concepts: - Web real-time communication - The functioning of SSE - Utilization of Redis ## 👀 Preview ![Alt text](https://file.labex.io/namespace/718bace8-27a3-4200-a588-dde4041ceeb9/python/project-developing-a-simple-online-chat-room-using-flask/lab-1/assets/20231019-10-27-31-Ijh2DscM.png) ## 🎯 Tasks In this project, you will learn: - How to create a simple online chatroom using Flask and SSE - How to implement user login functionality - How to use Redis for message storage and retrieval ## 🏆 Achievements After completing this project, you will be able to: - Set up SSE for real-time communication in a web application - Use Redis to store and retrieve messages in a chatroom application - Implement user login functionality in Flask

|60 : 00

Click the virtual machine below to start practicing