All Projects → alash3al → Lightify

alash3al / Lightify

Licence: mit
a reverse proxy that boosts the web app performance!

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Lightify

Ssl Proxy
🔒 Simple zero-config SSL reverse proxy with real autogenerated certificates (LetsEncrypt, self-signed, provided)
Stars: ✭ 427 (+128.34%)
Mutual labels:  reverse-proxy, nginx
Kong
🦍 The Cloud-Native API Gateway
Stars: ✭ 30,838 (+16390.91%)
Mutual labels:  reverse-proxy, nginx
Apisix
The Cloud-Native API Gateway
Stars: ✭ 7,920 (+4135.29%)
Mutual labels:  reverse-proxy, nginx
External Auth Server
easy auth for reverse proxies
Stars: ✭ 189 (+1.07%)
Mutual labels:  reverse-proxy, nginx
Noginx
High performance HTTP and reverse proxy server based on Node.js. 基于 Node.js 的高性能 HTTP 及反向代理服务器,类似nginx。
Stars: ✭ 53 (-71.66%)
Mutual labels:  reverse-proxy, nginx
Open Proxy
一键部署被墙网站反向代理; 免翻墙访问被禁网站
Stars: ✭ 274 (+46.52%)
Mutual labels:  reverse-proxy, nginx
Nginx Auth Proxy
Authentication for multiple services using nginx
Stars: ✭ 22 (-88.24%)
Mutual labels:  reverse-proxy, nginx
Ecs Nginx Reverse Proxy
Reference architecture for deploying Nginx on ECS, both as a basic static resource server, and as a reverse proxy in front of a dynamic application server.
Stars: ✭ 245 (+31.02%)
Mutual labels:  reverse-proxy, nginx
Proxykit
A toolkit to create code-first HTTP reverse proxies on ASP.NET Core
Stars: ✭ 1,063 (+468.45%)
Mutual labels:  middleware, reverse-proxy
Droxy
a transparent standalone http reverse proxy for docker containers
Stars: ✭ 43 (-77.01%)
Mutual labels:  reverse-proxy, nginx
Hiproxy
🛠 hiproxy is a lightweight proxy tool for Front-End developers based on Node.js that supports an NGINX-like configuration. 🔥
Stars: ✭ 629 (+236.36%)
Mutual labels:  reverse-proxy, nginx
Nginx
NGINX Accelerated! This is a Docker image that creates a high performance (FAST!), optimized image for NGINX for use with Redis and PHP-FMP. Deliver sites and applications with performance, reliability, security, and scale. This NGINX server offers advanced performance, web and mobile acceleration, security controls, application monitoring, and management.
Stars: ✭ 157 (-16.04%)
Mutual labels:  reverse-proxy, nginx
Altair
Lightweight and Robust API Gateway written in Go
Stars: ✭ 34 (-81.82%)
Mutual labels:  middleware, reverse-proxy
Ecs Nginx Proxy
Reverse proxy for AWS ECS. Lets you address your docker containers by sub domain.
Stars: ✭ 93 (-50.27%)
Mutual labels:  reverse-proxy, nginx
Bunkerized Nginx
🛡️ Make your web services secure by default !
Stars: ✭ 2,361 (+1162.57%)
Mutual labels:  reverse-proxy, nginx
Seconds Kill
基于 Springboot + Redis + Kafka 的秒杀系统,乐观锁 + 缓存 + 限流 + 异步,TPS 从 500 优化到 3000
Stars: ✭ 180 (-3.74%)
Mutual labels:  nginx
Http Cache
High performance Golang HTTP middleware for server-side application layer caching, ideal for REST APIs
Stars: ✭ 184 (-1.6%)
Mutual labels:  middleware
Laravel Authorize
A middleware to check authorization
Stars: ✭ 179 (-4.28%)
Mutual labels:  middleware
Xfrps
xfrps fork from frp but mainly use its server side feature and cooperate with xfrp
Stars: ✭ 179 (-4.28%)
Mutual labels:  reverse-proxy
Ego
Ego is a full-stack web framework written in Go, lightweight and efficient front-end component solutions, based on gin. The front-end is compiled, does not affect the back-end.
Stars: ✭ 185 (-1.07%)
Mutual labels:  middleware

Lightify

Let's minify, compress & combine static files on the fly.

Features

  • Simple & Stupid.
  • Minify css, js, html, xml, json.
  • Gzip each minified file.
  • Combine and inline self-hosted css, js on the fly!
  • Automatically fixes internal relative css imports!
  • Supports any http upstream.
  • Portable, no dependancies.

Download

  • Docker $ docker pull alash3al/lightify
  • Binaries go to releases page
  • From Source go get github.com/alash3al/lightify

Usage

  • Docker $ docker run --network=host alash3al/lightify --upstream="http://localhost:8080"
  • Binaries ./lightify -http :80 -upstream http://localhost:8080
  • From Source lightify -http :80 -upstream http://localhost:8080

Help

  • Docker $ docker run alash3al/lightify --help
  • Binaries ./lightify --help
  • From Source lightify --help

Credits

Mohamed Al Ashaal, a Gopher ;)

License

MIT License

Contribution

The door is always open ;)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].