Hello, I am trying to build a web based game that requires real time interactions. What I currently have in mind is to have a UI and game interface in a web2py application. The application will make rest calls to a Node.js server ( that may be hosted on the same machine) to communicate and interact with other players. The web2py application will have some actionscript for the client facing graphics.
Is this a feasible design? Should I scrap the node.js server and just host everything using the web2py application? Thank you, Oscar --

