资 源 简 介
This project is an attempt to demonstrate how you can develop a real-time application using the new HTML"5 web sockets, together with GWT, and Jetty"s web sockets implementation. It"s a chat application based on the MVC pattern on the client side. On the server side, I use Jetty"s web sockets impl, and regular RPC communication. A war archive is provided in case you wish to deploy the app on Jetty(tested on Jetty 7.1.5 but should work on later newer versions)