Remote controller for a game?

I’m doing a little game and I have to use my mobile to control remotely my character. Ok, I’ve to use my mobile like Pad.

How can I do it? Maybe Multiplayer is the answer… Is there some tutorial or examples?

thanks

I don’t know if Meteor can be used with PlayCanvas. Meteor provides a nice way to distribute data among multiple clients using MongoDB syntax and templates. Otherwise, maybe socket.io or web sockets.

Check this topic, seems like exactly what you need: Introducing AirConsole - use Smartphones as controllers for your HTML5 games

yottzumm thanks! I was looking for nodejs, it is really interesting and not so difficult. You help me a lot.

Max, thanks! It is really amazing AirConsole… I will start to investigate it!

Thanks!!!