开发者

are there any python web framework support "flush"?

开发者 https://www.devze.com 2023-04-11 11:13 出处:网络
in php there is a flush function, which is used to push content to client, meanwhile keep current connection.

in php there is a flush function, which is used to push content to client, meanwhile keep current connection.

i look into flask, didn't found any function like it. ar开发者_运维技巧e there any python web framework support flush ?

ps: the reason to use flush is to implement comet through iframe stream, though ajax long poll can do the same thing.


Take a look at Streaming Contents

0

精彩评论

暂无评论...
验证码 换一张
取 消