Fish Wang says to YSITD router.get('/xxx', function () { sendGCM(function () { ..... }) }) function sendGCM(cb) { var agent = new http.Agent({ keepAlive: true, maxSockets: 4 }); }