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?
feedback
|
|
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. | ||||
|
feedback
|