Skip to content
This repository has been archived by the owner on Jun 12, 2020. It is now read-only.
JHK edited this page Feb 16, 2013 · 6 revisions

jLange is a HTTP and SPDY proxy based on netty written for low connection speed or high latency between client and proxy. It tries to keep a web page unchanged in accordance with the protocol standards. Nevertheless there might be some esoteric implementations where this proxy breaks something. To have the best surfing experience the proxy should be installed on a server with low latency to the targeted servers like rootserver or vserver. For an installation guide visit How to install.

Features

  • SPDY
  • HTTP Pipelining
  • GZIP compression
  • Proxy keep-alive handling
  • Proxy chaining
  • Massive use of threads for multicore machines
  • Partial response modification and transfer for streaming and minimizing delay
  • Plugin architecture
  • Plugin for HTML/CSS/JS compression (see htmlcompressor)
  • Plugin for lossless image compression (see optipng and jpegoptim)
  • Plugin for weak cache headers (see Optimize caching)
  • Plugin for removing non-standard and for the client unnecessary HTTP headers
Clone this wiki locally