开发者

Can I use google app engine to run the python program in the background for chrome extension?

开发者 https://www.devze.com 2023-02-17 06:16 出处:网络
I have a python program which has to e开发者_如何转开发xecute when i click on the chrome extension.Can I use the Google app engine to do the same??What kind of program is to be executed? You could ver

I have a python program which has to e开发者_如何转开发xecute when i click on the chrome extension.Can I use the Google app engine to do the same??


What kind of program is to be executed? You could very well send a request from Chrome extension to your appengine server, process and return the response.

0

精彩评论

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