I want to create a mobile chat application in jquery-mobile/html5/css3 + phonegap(client) and possibly java(server).
Is there probably a phonegap plugin?
Do you know a good tutorial?
How would you realise such an application?
I have never done sth. like that before so any help would be much appreciated!
it’s not possible without some kind of server backend, cause you’ll need a database to store the messages to share between the relevent users.