https://github.com/harmoniousmoss/brigatory
Your friendly real-Time rate limiter, IP and malicious link blacklist services, made with Actix-web (Rust) and MongoDB
https://github.com/harmoniousmoss/brigatory
actix-web mongodb rust
Last synced: over 1 year ago
JSON representation
Your friendly real-Time rate limiter, IP and malicious link blacklist services, made with Actix-web (Rust) and MongoDB
- Host: GitHub
- URL: https://github.com/harmoniousmoss/brigatory
- Owner: harmoniousmoss
- Created: 2024-07-20T03:04:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T14:43:24.000Z (almost 2 years ago)
- Last Synced: 2025-01-20T17:35:36.182Z (over 1 year ago)
- Topics: actix-web, mongodb, rust
- Language: Rust
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Brigatory
Your friendly real-Time rate limiter, IP and malicious link blacklist services, made with [`Actix-web`](https://actix.rs/) (Rust) and [`MongoDB`](https://www.mongodb.com/)
## Development in plan
- [x] IP Blacklisting
- [x] Real-time Updates
- [x] MongoDB Integration
- [x] JWT Authentication
- [x] RESTful API
- [x] Malicious URL Blocking
- [x] Rate Limiting
- [x] Etc