Are there any good up to date demos or open source implementations of a web chat client using java as a server(users should be saved in a database). preferably a soloution that can be extended using push/comet/json.
Asked
Active
Viewed 942 times
1
-
I used Atmosphere and I found it very good in design and documentation: - https://github.com/Atmosphere/atmosphere - https://github.com/Atmosphere/atmosphere/tree/master/docs – Tony Rad Feb 23 '12 at 17:19
-
Did you have a look at XMPP client and server implementations (http://xmpp.org/xmpp-software/)? It's the quasi standard, some Java based implementations are available as well... – home Feb 23 '12 at 17:21