node-pusher icon indicating copy to clipboard operation
node-pusher copied to clipboard

Node library for Pusher API

Results 4 node-pusher issues
Sort by recently updated
recently updated
newest added

Hello, I've added SSL and setting of the host and port of the API server. Here is a pull request if you're interested.

Added support for https://gist.github.com/ef8444784f7b5e147f1b#channel_stats

Hi, is there any way to bind to connect to a specific channel and then bind to events on it?

When http.createClient is deprecated in node.js v0.8+, the revised source code of node-puser.js is as follows. Please check it out. Original: var client = http.createClient(80, this.domain); var request = client.request('POST',...