I wrote a game using Pyjamas that I have on a web2py server. I'm currently trying to set it up so 2 players can play against each other from different computers/clients.
Each player has an account they use to access the game, so there is user info the server can use if that's needed. Is it possible to do this with web2py and Pyjamas/javascript? Do I need any special services?

