Hi uxbod,
I think that the zimlet you are working on is pretty much interesting!!
But I think it is difficult to "push" messages into a Zimlet on Web Browser with HTTP.
The only way I think of is long polling, which is already used in Zimbra with Asynchronous Ajx.RPC and Jetty Continuation for NoOP request.
Other than that, WebSocket could be the one, but this is just a guess because I have never tried to implement it myself. |