An open API service indexing awesome lists of open source software.

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

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