A simple nodejs module for generate unique string id.
npm install lite-idLite-id have a mocha test to find collisions on generated id's. Test for 3,000,000 unique id's with default length
and consist is passed and processed without conflicts.
npm test //standart test with 60K instances
npm run extended_test //extended test with 3M instances
With default length
var id = require('lite-id');
console.log(id());
//Result: J6YgVpwp1929
With custom length
var id = require('lite-id');
console.log(id(20));
//Result: jXf315M_G10SQKa2786RG