英文:
Google App Engine high performance proxy workaround
问题
我开始使用GAE因为它的高性能。当我发现它没有我需要的所有功能(应用程序的静态IP,自定义端口)时,我意识到我需要找到一些具有类似高性能的代理服务器作为解决方法。我的应用程序仍处于早期开发阶段,所以为这个解决方案进行定制没有问题。
您可以推荐哪些值得注意的基于云的代理服务器,以与Google App Engine一起使用,以补充在GAE中无法完成的功能?
英文:
I`ve started using GAE for its high performance. When I found out that it doesn't have all the features I needed (static ip for the app, custom ports), I figured I would need to find some proxy server with similarly high performance as a workaround. My app is still in early stages of development, so there is no problem in tailoring it for this solution.
What notable cloud-based proxy servers can you recommend for use with Google App Engine to complement what can't be done in GAE?
答案1
得分: 1
你可以尝试在EC2上运行nginx。我花了一段时间来寻找是否存在这样的服务,但我从未找到过任何东西。
免责声明:这是我的博客链接
英文:
You can try running nginx on EC2. I looked for a while to see if a service like this existed, but I never found anything.
Disclaimer: this is a link to my blog
答案2
得分: 0
节点基础的http/https代理
-
获取一个具有静态IP地址的VPS。
-
安装Node JS。
-
按照GitHub项目上的说明进行操作,很快就能运行一个高性能的代理。
https://github.com/TellusTalk/Node_Proxy
英文:
Node based http / https proxy
-
Get a VPS with an static ip address.
-
Install Node JS
-
Follow the instruction on this GitHub project and you will have a high performance proxy running in no time.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论