haproxy_ddos_protector VS lightpath

Compare haproxy_ddos_protector vs lightpath and see what are their differences.

haproxy_ddos_protector

DDoS protection system PoC for HaProxy (by mora9715)

lightpath

CDN written in Lua using Openresty and Redis (by taythebot)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
haproxy_ddos_protector lightpath
1 1
18 28
- -
10.0 10.0
almost 3 years ago over 2 years ago
Lua HTML
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

haproxy_ddos_protector

Posts with mentions or reviews of haproxy_ddos_protector. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-14.
  • Ask HN: What's a good open-source alternative to Cloudflare?
    9 projects | news.ycombinator.com | 14 Feb 2023
    - L7 DDoS protection: https://github.com/mora9715/haproxy_ddos_protector

    You can run your own authoritative DNS server using either djbdns or nsd. Or use AWS Route 53.

    Ultimately, it will involve (a lot of) glue code/config depending on what solution you go ahead with. Building your own DDOS protection and CDN can be operationally expensive as you may need to negotiate good rates with your ISP/VPS/Cloud for network bandwidth. It will also involve devops bandwidth in building for both low latency and availability. It will also involve keeping in sync with security fixes and the state of the art in terms of bot protection, etc. If this use case is not a core part of your business, it will be better to bite the bullet and go ahead with a 3rd party solution like Cloudflare / Cloudfront + WAF / Google Cloud Armor / Fastly

lightpath

Posts with mentions or reviews of lightpath. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-14.
  • Ask HN: What's a good open-source alternative to Cloudflare?
    9 projects | news.ycombinator.com | 14 Feb 2023
    Openresty with a few Nginx modules and Lua scripts can go a long way for many use-cases mentioned:

    - ModSecurity for WAF: https://github.com/SpiderLabs/ModSecurity

    - L7 Rate limiting: https://github.com/openresty/lua-resty-limit-traffic

    - Cache: https://github.com/ledgetech/ledge . Or use varnish which gives you VCL for high configurability

    - CDN: https://github.com/taythebot/lightpath . This project seems to be a WIP which you can use as a starting point for your needs. You will also need to find good enough "edge" locations for your CDN.

    Similarly, HAProxy does a lot of stuff with the correct config and is also extensible using Lua:

What are some alternatives?

When comparing haproxy_ddos_protector and lightpath you can also consider the following projects:

ModSecurity - ModSecurity is an open source, cross platform web application firewall (WAF) engine for Apache, IIS and Nginx. It has a robust event-based programming language which provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring, logging and real-time analysis.

torrent - Full-featured BitTorrent client package and utilities

ledge - An RFC compliant and ESI capable HTTP cache for Nginx / OpenResty, backed by Redis

workerd - The JavaScript / Wasm runtime that powers Cloudflare Workers