var io = require('./lib/io.js');
var socket = io.connect('http://127.0.0.1');
socket.on('connect', function(){
console.log('haha');
});
forked from ericz/socket.io-nodeclient
-
Notifications
You must be signed in to change notification settings - Fork 2
Flotype/socket.io-nodeclient
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Ghetto ported socket.io-client 0.7.4 for use in Node
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- ActionScript 75.4%
- JavaScript 24.5%
- Other 0.1%