Skip to content

Instantly share code, notes, and snippets.

@rudym
rudym / test.js
Created June 21, 2014 21:07 — forked from jmyrland/test.js
/**
* Modify the parts you need to get it working.
*/
var should = require('should');
var request = require('../node_modules/request');
var io = require('socket.io-client');
var serverUrl = 'http://localhost';