uniqueid
ID generator
Generates unique sequential IDs with optional prefix and suffix.
Generate a unique sequential ID. Optionally pass a prefix, suffix, or multiplier.
17 stars
4 watching
4 forks
Language: JavaScript
last commit: 12 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
adamhalasz/uniqid | A fast and unique identifier generator based on the current time, process ID, and MAC address. | 616 |
pid/puid | Generates unique IDs based on time, machine, and process for use in distributed environments. | 241 |
weihongyu12/think-hashids | A module that generates unique IDs using a hash-based algorithm for ThinkJS applications | 7 |
t-pwk/flake-idgen | Generates unique identifiers in a distributed environment with high precision and uniqueness | 242 |
novemberborn/ksuid | Generates unique identifiers with a timestamp and random payload | 254 |
dy/get-uid | Generates unique numeric IDs without side effects | 11 |
lexborisov/yauid | A decentralized unique ID generator that produces time-ordered IDs without requiring coordination with other nodes. | 21 |
michelboucey/nanoid | Generates unique identifiers similar to UUIDs | 8 |
sasluca/zig-nanoid | A tiny, URL-friendly ID generator that produces unique, random strings with customizable length and alphabet | 27 |
jetify-com/typeid-js | Provides a type-safe and globally unique identifier system in JavaScript and TypeScript | 300 |
zelark/nano-id | A Clojure library for generating unique URL-friendly string IDs | 191 |
celrenheit/sandflake | A decentralized ID generator for sequential, lexicographically sortable unique IDs | 83 |
teris-io/shortid | Generates unique non-sequential short IDs | 940 |
duailibe/cuid | Generates unique, sequential IDs with optimal performance for horizontal scaling and lookup | 55 |