简体   繁体   English

托管python瓶框架网页

[英]Host python bottle framework webpage

I'm developing an aplication built on the python Bottle framework. 我正在开发基于python Bottle框架的应用程序。 It's amazing and i want to host it somewhere, but of course i need a service where i can run the server. 太神奇了,我想在某个地方托管它,但是我当然需要可以在其中运行服务器的服务。

What are the best options available (on costs too)? 有哪些最佳选择(也是在成本上)?

Thanks! 谢谢!

I work for PythonAnywhere , a Python hosting company, so obviously I think we have a great Bottle hosting solution -- check it out :-) 我为Python托管公司PythonAnywhere工作,所以显然我认为我们有一个很棒的Bottle托管解决方案-来看看:-)

Some of our competitors -- ones where we feel proud if a customer leaves them to move to us, or where we don't feel too depressed if they leave us to go to them, are Webfaction, Heroku, and (if you don't mind doing OS maintenance yourself and setting up your own front-end webserver) Digital Ocean and Amazon Web Services. 我们的一些竞争对手-Webfaction,Heroku和(如果您不这样做的话)会让客户感到自豪,如果客户让他们离开他们搬到我们这里,或者如果他们让我们离开他们不会让我们感到沮丧您可以自己进行操作系统维护并设置自己的前端Web服务器)Digital Ocean和Amazon Web Services。

There are definitely other good hosts, but those are the ones that spring to mind. 肯定还有其他好主人,但那些正是我想到的。

最简单的托管方法是使用Ngrok,它是一个开放源代码工具,使用此工具可获得一个临时链接,您可以通过该链接访问任何计算机上的本地主机服务器。您可以从此处下载https://ngrok.com/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM