Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harmoniousmoss/brigatory
Rate limiter, IP and malicious link blacklist
https://github.com/harmoniousmoss/brigatory
actix-web mongodb rust
Last synced: about 2 months ago
JSON representation
Rate limiter, IP and malicious link blacklist
- Host: GitHub
- URL: https://github.com/harmoniousmoss/brigatory
- Owner: harmoniousmoss
- Created: 2024-07-20T03:04:32.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-14T14:43:24.000Z (5 months ago)
- Last Synced: 2024-08-24T02:22:33.886Z (4 months 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