Hi,
I want to develop a multiplayer game.
The game will provide communication between Silverlight application (internet application) and android cellular (client application – like Windows Forms Application).
So actually a user can be a Silverlight application (internet application) or a cellular client application.
The users will send each other XML in order to communicate.
Is it possible to send a data (XML) to a Silverlight application from outside (through IP and Port or any other way)?
I know the Silverlight application can ask the server any X seconds – "Do you have something for me?" – But I do not want to use this approach, because it adds burden on the communication.
Any help will be appreciated.