How can I connect two users so they can share common object (game instance) with use of J2EE web tec
Posted
by Corvus
on Stack Overflow
See other posts from Stack Overflow
or by Corvus
Published on 2010-05-15T23:40:38Z
Indexed on
2010/05/15
23:50 UTC
Read the original article
Hit count: 267
My idea is that player 1 creates a game (for two players), server returns him a URL, player 1 sends this URL to player 2 and the player 2 opens URL and that connects him to the game.
What is the best and the easiest way to achieve this using JSP and related technologies?
© Stack Overflow or respective owner