Skip to content

Instantly share code, notes, and snippets.

@seungjin
Created November 23, 2010 03:56
Show Gist options
  • Save seungjin/711213 to your computer and use it in GitHub Desktop.
Save seungjin/711213 to your computer and use it in GitHub Desktop.
var faye = require('./lib/faye-node');
var http = require('http');
var client = new faye.Client('http://localhost:9000/faye');
client.publish("/a","asdasdasdasd");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment