Created
November 23, 2010 03:56
-
-
Save seungjin/711213 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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