问题
- 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.
- But if I devlop a comet using twisted, where can I deploy it?
- 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