Hey folks,
I have a project that requires users to be able to alter things live on a site (lets say for arguments sake a, given number variable).
I also want other users to be able to see the number update in real time. Is it AJAX that I would use to refresh this data and if so how? Would I use JSON?
Thanks
Will