Do you mean to say that the admin changes say the page background color and you want it to be immediately reflected for all other currently logged in users?
Well ye, but not just that, the idea is to have several devices acting like cleints, each one will have a name, images, news, and more contents.
In addition this devices can only submit information to a DB in a server, and only when you log as admin on any of these you are able to delete that information.
All I can think of is having everything under a Timer that constantly check if these values/settings/preferences changed on the server, but it seems like an expensive operation.