i have created a chat server application using twisted framework .am running it on my local maching and now i want to go gloabal.The application is similar to omegle.com. How can i devlop on a third party commertial server so that it runs continuously. Do i need to get dedicated server for it?

link|improve this question
1  
I would double check your code because if you type as well as you did in your questions you might have some errors. – MrStatic Jan 6 '10 at 5:45
touche. ;p. maybe his IDE has spell check – Journeyman Geek Jan 7 '10 at 8:13
feedback

1 Answer

I wouldn't go for an all out dedicated server just yet. Depending on the amount of users you have, you could forward the appropriate ports on your router and host the application locally for now (check with your ISP terms of service first though), or consider a VPS (Virtual Private Server), which will be cheaper than getting your own dedicated server up front. If your user base increases and you "outgrow" the VPS, then you should consider a dedicated server.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown