I'm designing a multiplayer poker site and require a way to display changes that occur during game play on all users screens that are active at the table including Ai decisions?
I'm coding using the MVC Structure, and currently making use of C#, javascript and html5
I've attempted using meta tags
and javascript intervals, but unfortunately all it does is continuously refreshes the entire screen, even when partial views are used
I'm looking for something to maintain real time gameplay