views:

289

answers:

1

1)If I develop a chat server using twisted, where can I deploy it? suppose i develop a webapplicati i can deploy it on any commertial server which allows hosting of web application. 2) But if i devlop a comet using twisted where can i deploy it? 3)what kind of server 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 .

+2  A: 

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.

Glyph