| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
jopen
10年前发布

轻量级JS消息库:flyer.js

flyer.js 是一个轻量级的消息库,开发用于clojurescript & javascript.

它提供了在 frames, iframes, 和 windows之间广播消息。

功能和操作

  • Simple API, from which you can build more elaborate messaging systems.
  • Messages are broadcasted to all frames and registered windows, regardless of whether or not they want them (hence, the name)
  • Frames can subscribe to specific channels, and can pattern-match to specific topics being sent on that channel

flyer.broadcast({    channel: "default",    topic: "person.insert",    data: {id: 1, name: "Ben"}  });    flyer.broadcast({    channel: "default",    topic: "person.delete",    data: {id: 1}  });

项目主页:http://www.open-open.com/lib/view/home/1413854827122

 本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1413854827122.html
flyer.js JavaScript开发工具包