I’m searching for a framework which can provide real time updates form a server to the browser like it is used in web chats, google wave, google buzz, facebook etc.
I found Rocket GWT but the last update was over a year ago…
The best implementation for me would use GWT on the client, JSON as the communication protocol and C++ on the server but any other frameworks are welcome too just to see that it is possible:)
Which framework is used by google?
Best regards,
Stefan
Take a look at websockets, which will eventually become a standard for bidirectional client-server web communication.
Current support can be checked in these tables:
Since in near future (from August 2011) support is available only in Safari, Firefox and Chrome, maybe some failover lib would came in handy: