Skip to content

Instantly share code, notes, and snippets.

@akgupta
Last active December 15, 2015 02:09
Show Gist options
  • Select an option

  • Save akgupta/5185233 to your computer and use it in GitHub Desktop.

Select an option

Save akgupta/5185233 to your computer and use it in GitHub Desktop.
var Domain = require('domain');
var req = Domain.active.req;
switch(req.buckets['mobile.abTest1']) {
case 'A':
// do A
break;
case 'B':
// do B
break;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment