lightpath VS ledge

Compare lightpath vs ledge and see what are their differences.

lightpath

CDN written in Lua using Openresty and Redis (by taythebot)

ledge

An RFC compliant and ESI capable HTTP cache for Nginx / OpenResty, backed by Redis (by ledgetech)
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
lightpath ledge
1 1
28 452
- 0.0%
10.0 10.0
over 2 years ago about 3 years ago
HTML Lua
- -
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.

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:

ledge

Posts with mentions or reviews of ledge. 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 lightpath and ledge you can also consider the following projects:

haproxy_ddos_protector - DDoS protection system PoC for HaProxy

lua-resty-limit-traffic - Lua library for limiting and controlling traffic in OpenResty/ngx_lua

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.