Skip to content

Instantly share code, notes, and snippets.

View henryckh's full-sized avatar
🎯
Focusing

Henry Chan henryckh

🎯
Focusing
  • Hong Kong
View GitHub Profile
@jmyrland
jmyrland / test.js
Last active May 5, 2025 13:08
Socket-io load test?
/**
* 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';