https://github.com/adrianprelipcean/express-rate-limit-postgresql-examples
Example implementation for an Express server using express-rate-limit-postgresql
https://github.com/adrianprelipcean/express-rate-limit-postgresql-examples
Last synced: 3 months ago
JSON representation
Example implementation for an Express server using express-rate-limit-postgresql
- Host: GitHub
- URL: https://github.com/adrianprelipcean/express-rate-limit-postgresql-examples
- Owner: adrianprelipcean
- License: mit
- Created: 2023-09-15T09:13:35.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-18T11:51:47.000Z (about 1 year ago)
- Last Synced: 2025-01-11T03:53:54.712Z (5 months ago)
- Language: JavaScript
- Size: 353 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Express Demo for rate-limit-postgresql
Simple Express Apps that demonstrate how to use [rate-limit-postgresql](https://www.npmjs.com/package/@acpr/rate-limit-postgresql). The examples are written both for the [ESM / ES Modules](rate-limit-postgres-esm) as well as the [CJS / CommonJS](rate-limit-postgres-cjs) systems.