Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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