hello-frame-rpc:用于iframe postMessage通信的客户端服务器样式RPC

时间:2024-06-11 17:16:48
【文件属性】:

文件名称:hello-frame-rpc:用于iframe postMessage通信的客户端服务器样式RPC

文件大小:6KB

文件格式:ZIP

更新时间:2024-06-11 17:16:48

JavaScript

hello-frame-rpc 用于iframe postMessage通信的客户端/服务器样式RPC 该程序包在之上提供了一些设置,以配置hello消息后的postMessage起源和window.parent遍历,然后才进入主RPC机制。 例子 我们可以在http://localhost:9000上运行一个“服务器”应用程序: var rpc = require ( 'hello-frame-rpc' ) ; var methods = { multi : function ( n , cb ) { cb ( n * 111 ) } } ; rpc . listen ( '*' , methods , function ( err , remote ) { remote . call ( 'say' , 'hello from the server!!!' )


【文件预览】:
hello-frame-rpc-master
----example()
--------server.js(195B)
--------client()
--------client.js(354B)
--------.gitignore(47B)
--------server()
--------package.json(629B)
----LICENSE(1KB)
----readme.markdown(3KB)
----index.js(2KB)
----package.json(793B)

网友评论