Skip to content

Repository files navigation

limix

An OSS rate-limiter library with a runnable Express demo and a dedicated documentation application.

Repository structure

limix/
├── apps/
│   ├── demo/          # Express demo application
│   └── docs/          # Documentation site workspace
└── packages/
    └── limix/          # Publishable rate-limiter library

Run the demo during development with:

npm run dev

Run the documentation site with:

npm run dev:docs