I am trying to display and update text from the database on multiple devices simultaneously. once someone enters in the game skip the click button check and enter straight into the game to whichever button the player has pressed.
What I have tried:
I have tried ajax requests to update the text but it only works on one device
setInterval(function () {
function here
},500);