Skip to content

Instantly share code, notes, and snippets.

@abbr
abbr / client.js
Last active March 17, 2016 06:22 — forked from ardemiranda/client.js
Reproduce error deasync issues https://github.com/abbr/deasync/issues/34
var http = require('http'),
deasync = require('deasync');
console.log("client connect");
var i = 1;
var interval = setInterval(function() {
var postData = JSON.stringify({
'r': Math.random(),
'i': i