Hi, in that case there are two basic options: 1. Don't use pubnub 2. Do your own pubnub port
Currently I would go with #1. When we introduced pubnub we didn't yet have websockets, but with those the need for pubnub isn't as big. I'd like to rewrite my chat tutorial to be simpler and use websockets instead of pubnub similar to what Steve did: https://www.codenameone.com/blog/invite-friends-websockets-windows-phone-more.html Porting pubnubs latest should be relatively easy, you can either port their Java or JavaScript code to Codename One or just wrap their native libraries both of which should be pretty trivial because the library isn't very complex to begin with. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/bfd87c57-4a48-481b-9078-28787a69c5de%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
