Chat client with GWT

Posted by user284016 on Stack Overflow See other posts from Stack Overflow or by user284016
Published on 2010-03-16T21:13:04Z Indexed on 2010/03/16 21:31 UTC
Read the original article Hit count: 199

Filed under:
|
|
|
|

What would be the best way to create a JS chat client with GWT? The bit that I'm having trouble with is the persistence and transfer of the messages. Should I store the messages in a DB and check the db for new messages? Is there a much better way to do this?

© Stack Overflow or respective owner

Related posts about gwt

Related posts about gwt-rpc