Mulitplayer game with Corona sdk

Hi All,

I have developed an game using corna sdk. Now we want to make our game multipayer where users will be able to play againsrt each other. As this is the first time I am going to work on multipayer so little confused. Can someone guide me that what will be the best way to do that. I have done some research and founf that Corona supports Game center and google play services. Also I found about Autolan, Pubnub(which is not free so not interested in using it) and noobhub. Please help me to move to the right direction.

Well, I authored Noobhub, and we have a forum thread with lots of questions asked and answered

http://forums.coronalabs.com/topic/32775-noobhub-free-opensource-multiplayer-and-network-messaging-for-coronasdk/

AFAIK theres a couple of dozens of games working with Noobhub, and it has never had a problem in production. Also, it’s build as a drop-in replacement for PubNub, so once you have something working on one of those (Pubnub or Noobhub) you can easily switch from one to another if you decide to do so (just change “require” call and thats it).

Cheers!

Well, I authored Noobhub, and we have a forum thread with lots of questions asked and answered

http://forums.coronalabs.com/topic/32775-noobhub-free-opensource-multiplayer-and-network-messaging-for-coronasdk/

AFAIK theres a couple of dozens of games working with Noobhub, and it has never had a problem in production. Also, it’s build as a drop-in replacement for PubNub, so once you have something working on one of those (Pubnub or Noobhub) you can easily switch from one to another if you decide to do so (just change “require” call and thats it).

Cheers!