This is actually an update of my previous post to this group [1]
regarding pmrpc [2] - an HTML5 JavaScript library for RPC-style inter-
window communication. The news is that pmrpc now supports Web Workers
[4] - the same API is used to register and call remote procedures for
both windows/iframes and workers. The underlying communication
protocol used is JSON-RPC while the transport mechanism is HTML5 cross-
document messaging or Web Worker messaging. More info on the project
site and on my blog [3].
Comments are welcome :)
Thanks,
Ivan
[1] http://groups.google.com/group/json-rpc/browse_thread/thread/c72e5a4a013957f4#
[2] http://code.google.com/p/pmrpc/
[3] http://izuzak.wordpress.com/2009/12/21/rpc-for-web-workers-and-distributed-computing-within-the-browser/
[4] http://dev.w3.org/html5/workers/
--
Matt (MPCM)