- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/pusher/pusher-js/
- 软件文档: https://github.com/pusher/pusher-js/
软件介绍
Pusher-js 是 Pusher webservice 的 JavaScript 客户端,可利用 Pusher 提供的服务实现消息的推送。
该源码中包含:
- websocket-js
- sockjs-client
示例代码:
var socket = new Pusher('MY_API_KEY');
var my_channel = socket.subscribe('my-channel');
socket.bind('new-comment',
function(data) {
// add comment into page
}
);
Wikis For Dummies
Dan Woods、Peter Thoeny / For Dummies / 2007-7-23 / USD 24.99
Corporations have finally realized the value of collaboration tools for knowledge sharing and Wiki is the open source technology for creating collaborative Web sites, as either a public site on the In......一起来看看 《Wikis For Dummies》 这本书的介绍吧!
