Hi Shai, I am making a chat app, with PubNub latest library is working perfectly, the lib version is : pubnub-gson-4.22.0-beta-all.jar , it is very simple to connect to PubNub server to publish and subscribe message. So my question here is, can I directly generate cn1lib for that PubNub library then I don't need to use WebSocket.
I checked the WebSocket specification both the server and client, I found that only can send messages, but in my App one person can chat with multiple persons and also can subscribe from different chatters, in PubNub uses channel to handle it, that is very understandable, because if two chatters are in same channel then they can both publish and subscribe messages, say chatting. On Thursday, April 11, 2019 at 4:14:53 AM UTC+2, Shai Almog wrote: > > Here: https://github.com/shannah/cn1-websockets/ > -- 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/cf70ca5a-cddc-4f00-bfd9-46b624cf90f5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
