Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 jquery-mobile/html5/css3 + phonegap(client) 和可能的 java(server) 中创建一个移动聊天应用程序。
可能有phonegap插件吗?你知道一个好的教程吗?您将如何实现这样的应用程序?
我从来没有做过某事。像以前那样,所以任何帮助将不胜感激!
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.