Hello everyone,

I am involved in development of an inter-window communication library
called Pmrpc. Pmrpc is a HTML5 inter-window cross-domain JSON-RPC
based remote procedure call JavaScript library. The library provides a
simple API for exposing and calling procedures from windows or iFrames
on different domains, without being subject to the same-origin policy.
Pmrpc also provides several advanced features: callbacks similar to
AJAX calls, ACL-based access control, asynchronous procedure support
and fault-tolerance via retries.

It's based on HTML5 postMessage API so it provides a clean and nice
alternative to common methods of cross-domain frame communication and
can be used in widgets, gadgets, mashups and more.

The basic functionality of the library itself is finished and usable
so we are now exploring further development ideas. One of the ideas is
to implement a jQuery plugin that would provide easy integration of
pmrpc in project using jQuery, since we use jQuery ourselves in other
projects and would like to contribute something back.

We would love to hear what you think about this idea so please visit
the project homepage:

http://code.google.com/p/pmrpc/

BTW. I realize that there is a separate jQuery plugins group (http://
groups.google.com/group/jquery-plugins) but it seems to be deserted as
there are no posts in the last 8 months?

Many thanks,
Marko

Reply via email to