Could anybody suggest me how to approach this problem.
I am looking to establish bidirectional communication between a jquery mobile application on phonegap and a java server.
Can a pub/sub communication be established?
Is there someway to use JMS?
I have tried websockets, but I feel it lacks control, ie: I was not able to find a way to list the number of connected clients on the server etc.. It could be because of my lack of knowledge in web sockets, but web sockets look under developed to me.
any suggestions.
Thank you