Basicly, what I want to find, is not the relationship with the server logic, as I already know how it works.
I have created an online server hosted on
000webhost.com and created a game.
My problem is the asynchronous displayed data and the realy slow fps.
I have been using the xmlHtpRequest, which is much secure but realy slow for such a usage.
I have found a website saying that xmlHttpRequests are not for such purposes and I have to use something else instead.
//Read
http://buildnewgames.com/real-time-multiplayer/
There I found a javscript “plugin” for my needs, but I don't know how to adapt it to droidscript.
I anyone you knows how to create a realtime online game, I would like to see his answer.