Jump to content

how can we call server side from phaser js?


naveen
 Share

Recommended Posts

Phaser does not provide this out of the box. I'm assuming this is to try to stay unopinionated. In any cases, you have multiple options and they really depend on what you want to do.

 

If you're interested in real-time multi-player, take a look at http://socket.io/

If you do not need real-time multi-player, and do not need 2 way communication, you can use AJAX calls (I recommend jQuery is that's all you need, but Angular, Ember, etc. all have libraries for this).

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...