socket.on('new-tap', function (data) {
   ee.emitEvent('new-'+data);
 });