flask-sse:Flask 的服务器发送事件

上传者: 42104947 | 上传时间: 2022-07-11 09:51:38 | 文件大小: 21KB | 文件类型: ZIP
烧瓶上证所 支持 HTML5Flask 扩展,由提供支持。 发送事件示例: from flask import Flask from flask_sse import sse app = Flask ( __name__ ) app . config [ "REDIS_URL" ] = "redis://localhost" app . register_blueprint ( sse , url_prefix = '/stream' ) @ app . route ( '/send' ) def send_message (): sse . publish ({ "message" : "Hello!" }, type = 'greeting' ) return "Message sent!" 要在网页上接收事件,请使用 Javascript 连接到事件流,如下

文件下载

资源详情

[{"title":"( 24 个子文件 21KB ) flask-sse:Flask 的服务器发送事件","children":[{"title":"flask-sse-main","children":[{"title":"MANIFEST.in <span style='color:#111;'> 159B </span>","children":null,"spread":false},{"title":"README.rst <span style='color:#111;'> 1.67KB </span>","children":null,"spread":false},{"title":".gitmodules <span style='color:#111;'> 104B </span>","children":null,"spread":false},{"title":"docs","children":[{"title":"advanced.rst <span style='color:#111;'> 2.00KB </span>","children":null,"spread":false},{"title":"config.rst <span style='color:#111;'> 2.30KB </span>","children":null,"spread":false},{"title":"quickstart.rst <span style='color:#111;'> 2.92KB </span>","children":null,"spread":false},{"title":"api.rst <span style='color:#111;'> 176B </span>","children":null,"spread":false},{"title":"conf.py <span style='color:#111;'> 8.49KB </span>","children":null,"spread":false},{"title":"make.bat <span style='color:#111;'> 6.55KB </span>","children":null,"spread":false},{"title":"Makefile <span style='color:#111;'> 6.62KB </span>","children":null,"spread":false},{"title":"_themes","children":null,"spread":false},{"title":"index.rst <span style='color:#111;'> 393B </span>","children":null,"spread":false}],"spread":true},{"title":".github","children":[{"title":"FUNDING.yml <span style='color:#111;'> 97B </span>","children":null,"spread":false},{"title":"workflows","children":[{"title":"test.yml <span style='color:#111;'> 782B </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"tests","children":[{"title":"test_message.py <span style='color:#111;'> 1.66KB </span>","children":null,"spread":false},{"title":"conftest.py <span style='color:#111;'> 560B </span>","children":null,"spread":false},{"title":"test_blueprint.py <span style='color:#111;'> 5.26KB </span>","children":null,"spread":false}],"spread":true},{"title":"LICENSE <span style='color:#111;'> 1.07KB </span>","children":null,"spread":false},{"title":"dev-requirements.txt <span style='color:#111;'> 32B </span>","children":null,"spread":false},{"title":"setup.cfg <span style='color:#111;'> 26B </span>","children":null,"spread":false},{"title":"requirements.txt <span style='color:#111;'> 21B </span>","children":null,"spread":false},{"title":"setup.py <span style='color:#111;'> 1.15KB </span>","children":null,"spread":false},{"title":".gitignore <span style='color:#111;'> 57B </span>","children":null,"spread":false},{"title":"flask_sse.py <span style='color:#111;'> 6.07KB </span>","children":null,"spread":false},{"title":"CHANGELOG.rst <span style='color:#111;'> 405B </span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明