elysia-rate-limit
Lightweight rate limiter plugin for Elysia.js
File Explorer
Download Latest Version (.zip)- config.json
- README.md
- ๐-bug-report.md
- ๐ก-feature-request.md
- release.yml
- test.yml
- codeStyleConfig.xml
- Project.xml
- .gitignore
- elysia-rate-limit.iml
- modules.xml
- vcs.xml
- index.ts
- basic.ts
- multiInstance.ts
- multiInstanceInjected.ts
- Context.ts
- Generator.ts
- Options.ts
- Server.ts
- defaultOptions.spec.ts
- defaultOptions.ts
- defaultContext.spec.ts
- defaultContext.ts
- defaultKeyGenerator.spec.ts
- defaultKeyGenerator.ts
- logger.ts
- plugin.spec.ts
- plugin.ts
- index.ts
- .gitignore
- .npmignore
- BENCHMARK.md
- biome.json
- bun.lock
- CHANGELOG.md
- LICENSE
- package.json
- README.md
- tsconfig.json
- tsdown.config.ts
# Installation Guide
1. Get the code
git clone https://github.com/rayriffy/elysia-rate-limit
Downloads the entire project code from GitHub to your computer.
cd elysia-rate-limit
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
