DEV Community

Discussion on: How to create a streaming HTTP interface in Python?

Collapse
 
msoedov profile image
Alex Miasoiedov

Use SSE with aiohttp, you can use websockets or Transfer-Encoding: chunked as well. Don't use any framework on top of WSGI unless you are building server for few/one concurrent clients