I am a total newbie in HTML5 and web-based applications. I am trying to write a web application which runs in two different computers and displays. For example, if a user move one object in a pc, an object in another pc is also synchronized and moved at the same time. the time difference or frame delay is not allowed. probably these machines can be controlled by a local webserver.
First of all, do you think it is possible? HTML5 applications can be synchronized and show some frames at the same time? And which tool is the best? I want to use javascript+HTML5+something.
Thank you!