tunisian_jocker Posted April 28, 2015 Share Posted April 28, 2015 I develop my game using phaser and node js, how to make it a native application (android and ios) ? spinnerbox 1 Link to comment Share on other sites More sharing options...
tips4design Posted April 28, 2015 Share Posted April 28, 2015 I was working on the same thing, yes it is possible. Node will run on your server and from the Phaser app you just connect to it and send/receive requests, I do this via Socket.IO Link to comment Share on other sites More sharing options...
tunisian_jocker Posted April 28, 2015 Author Share Posted April 28, 2015 thanks @tips4design, but i want to make an apk application that i can install in my smartphone. Link to comment Share on other sites More sharing options...
tips4design Posted April 28, 2015 Share Posted April 28, 2015 thanks @tips4design, but i want to make an apk application that i can install in my smartphone.Yes, you can easily convert the Phaser + Socket.IO app to native apk by using CocoonJS or a simillar service/product. I just said that there is no problem in adding Socket.IO to the project, you will still be able to convert it to native mobile app via methods mentioned in other threads. Link to comment Share on other sites More sharing options...
tunisian_jocker Posted April 28, 2015 Author Share Posted April 28, 2015 thanks tips4design, i will take a look at CocoonJS Link to comment Share on other sites More sharing options...
Recommended Posts