Search results
4 packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
A JSON database with a bunch of tools and typescript support.
- JSON
- json
- tools
- snowflake
- twitter snowflake
- tables
- bigdata
- database
- typescript
- javascript
- event
- events
- event manager
- snowflakeid
published version 1.0.0-alpha.10-PRE3, 2 years ago0 dependents licensed under $ISC
69
nodejs的分布式id解决方案 参考Twitter的snowflake ```js const SnowflakeID = require("SnowflakeID") const sid = new SnowflakeID() let arr = [] for(let i = 0; i < 10000; i++){ arr.push(sid.generate()) } console.log(arr) ```
published version 1.0.2, 3 years ago0 dependents licensed under $ISC
25
A simple and fast unique id generator for node.js. It generates unique id based on twitter's snowflake algorithm.
published version 1.0.2, 4 months ago0 dependents licensed under $MIT
28
generates unique 64-bit snowflake IDs inspired by Twitter and Discord IDs
published version 1.0.2, 2 years ago0 dependents licensed under $MIT
21