HTTP push examples in Flex
问题 I am trying to create a simple board game (a kind of checkers), where users will be able to play online with each other using flex application as a client. I am using django application to process the game on the server side. And I come across the problem, if one user made a move, I can send it to a server, but how do I let the opponent know about it? The way I am thinking to do it is to create a timer and send requests to the server asking was opponents move done or not....But here we have 2