Hello guys,
I am looking for an appropriate solution to transmit data from Clients to a Server and vice versa.
I would like to run my own application on the Server which examines the data sent by the clients and after changing it returns it back to several clients.
Just like it works in a chat.
I’ve already had a solution. I connected with XMLConnector and it worked fine for small Flash-Java applications. But now due to I have a bigger project in mind I doubt that XML is the right solution, because of the parsing and so on.
Now I would like to know whether Macromedia (Adobe) Remoting MX would considerably help me with this task.
Any help is appriciated!