An OSS rate-limiter library with a runnable Express demo and a dedicated documentation application.
limix/
├── apps/
│ ├── demo/ # Express demo application
│ └── docs/ # Documentation site workspace
└── packages/
└── limix/ # Publishable rate-limiter library
Run the demo during development with:
npm run devRun the documentation site with:
npm run dev:docs