@loxjs/snowflake

A module that generates unique IDs based on Twitter's Snowflake algorithm.

microflake-idgen

A **64-bit Snowflake-like ID generator** for Node.js. Inspired by [Twitter's Snowflake ID system](https://blog.twitter.com/engineering/en_us/a/2010/announcing-snowflake), this package generates globally unique IDs using a combination of timestamps, machin

koid

k-ordered, conflict-free ids generator in a distributed environment