i would like to develop a HTML5 poker game with .net and Asp.Net MVC backend. What i would like to learn is that there are a lot of sections in the application that needs to be refreshed all the time.
Here is a sample scenario : Let's assume there's an active poker table. Players must decide what to(call, check, fold, etc.) in 20 seconds. Player A decided to put all his chip in 10th second. How can all the other players see that the Player A has decided to all-in in 10th second?
What i'm trying to ask is that how can i populate all the informations about the poker games, tables, users? What are the concepts, APIs i need to learn about HTML5?
Thanks for your help...