Architectural advice - websockets javascript/php integration
Posted
by
Ewan Vaentine
on Game Development
See other posts from Game Development
or by Ewan Vaentine
Published on 2012-12-04T15:37:38Z
Indexed on
2012/12/04
17:21 UTC
Read the original article
Hit count: 239
Myself and a friend have started making a game, he's likely to be using impact.js for the user interaction etc, but we need multiplayer functionality so some form of websockets for TCP connections etc. So we were thinking impact.js into socket.io and node.js. However, user accounts, ecommerce, session handling and social media integration will all be handled with Codeigniter (PHP), my question is, is it wise to have node.js running in parallel with Codeigniter, or if this is even possible? If not, if you were to create a multiplayer online game utilising ecomms to buy credits and user accounts, how would you go about this from a structural position and what engines/frameworks would you recommend? I'm new to this site so I apologise in advance if I'm posting something inappropriate.
Cheers,
Ewan
© Game Development or respective owner