Skip to content

Instantly share code, notes, and snippets.

@allenpc
Created April 16, 2013 22:52
Show Gist options
  • Save allenpc/5400348 to your computer and use it in GitHub Desktop.
Save allenpc/5400348 to your computer and use it in GitHub Desktop.
Generate a unique server ID in Node.js
// From https://github.com/marcello3d/node-buffalo/blob/master/lib/objectid.js
var machineHash = crypto.createHash('md5').update(os.hostname()).digest('binary');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment