I am facing some doubts about how to host an IGE game server and my regular HTTP server from different machines. I have read this article and it has not helped me exactly with what I want to do.
I going to explain what I want to do.
I want to have an IGE game server hosted in a machine at Amazon Web Services (AWS) from South America's datacenter.
Then, I want to have my regular HTTP server hosted in a different cloud service like Windows Azure. So, this regular HTTP server will serve all the necessary game assets to the realtime feature of my website. Then, when a client requests some realtime feature, it would connect to the IGE game server that is in the AWS datacenter in South America.
Question 1
Is it possible to be achieved? How hard could it be?
Question 2
After I read the article I mentioned before, It seemed to me that the IGE game server and the HTTP server must be on the same machine but using different ports. Is that the only way to go?
Thank you
