python脚本和chrome扩展之间的轻量级双向通信
我想运行一个轻量级 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论