python脚本和chrome扩展之间的轻量级双向通信

发布于 2024-12-17 08:58:02 字数 238 浏览 2 评论 0原文

我想运行一个轻量级 python 脚本,该脚本将与在同一台计算机上运行的 chrome 扩展进行通信,并且能够将更新推送到 chrome 扩展的后台页面。

我喜欢 Bottle.py 的外观,它是一个轻量级 Web 服务器,具有简单的 json 通信功能,但我还没有找到任何关于如何在不使用扭曲或 gevents 之类的情况下进行反向 ajax 通信的信息。

我怎样才能以轻量级的方式做到这一点?我不需要任何并发,只需要一个连接。

I want to run a lightweight python script that will communicate with a chrome extension running on the same machine, with the ability to push updates to the chrome extension's background page.

I like the look of bottle.py for the lightweight web-server with easy json communication, but I haven't found any information on how you would do reverse ajax communication without using something like twisted or gevents.

How could I do this in a lightweight manner? I don't need any concurrency, just a single connection.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文