If I develop a chat server using Twisted, where can I deploy it?

妖精的绣舞 提交于 2019-12-12 04:57:58

问题


  1. If I develop a chat server using Twisted, where can I deploy it? Suppose I develop a web application. I can deploy it on any commercial server which allows hosting of web applications.
  2. But if I devlop a comet using twisted, where can I deploy it?
  3. What kind of server do I need for this?

In short I want to know where can I host my comet server. I want to deploy a application similar to http://omegle.com/. This site also used Twisted.


回答1:


You can deploy Twisted on any hosting provider who gives you a shell prompt and doesn't limit your long-running processes.

Some examples that I've used include: Tummy ltd. and Slicehost.



来源:https://stackoverflow.com/questions/956869/if-i-develop-a-chat-server-using-twisted-where-can-i-deploy-it

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!