How to Use Server-Sent Events with FastAPI
Jul 26, 2024 · 4 min read · During my recent internship, I faced a task where the server needed to run a long-running process. This couldn't be done with just a POST request because the task could take up to 15 minutes to complete. So, we needed an alternative for this use case...
Join discussion