PubNub - Anyone?

Monkey Forums/Monkey Programming/PubNub - Anyone?

MikeHart(Posted 2011) [#1]
Hi folks,

is anyone working on a PubNub implementation for Monkey?

In case you don't know it? http://www.pubnub.com/


c.k.(Posted 2011) [#2]
Interesting. I notice Ansca in their associates list. Ansca publishes Corona, which I tried before finding Monkey.


MikeHart(Posted 2011) [#3]
Same here. :-)


David Casual Box(Posted 2013) [#4]
https://github.com/pubnub/pubnub-api/tree/master/monkey


Rushino(Posted 2013) [#5]
The problem with pubnub is that to realize an online game you have to be careful and develop your own server gateway for security otherwise poeple can abuse your keys and i find that its a security flaw. I looked many solution and to be honest i would go with websockets. I already proven that solution since my server is a websocket server which enable me to run on any device as client.