What is the best way to implement a website where Users can interact together
Posted
by molleman
on Stack Overflow
See other posts from Stack Overflow
or by molleman
Published on 2010-04-15T23:19:15Z
Indexed on
2010/04/15
23:23 UTC
Read the original article
Hit count: 259
Hello Guys
I am creating a website where users will be able to chat and send files to one another through a browser. I am using GWT for the UI and hibernate with gilead to connect to a mysql database backend.
What would be the best strategy to use so Users can interact together?
© Stack Overflow or respective owner