Skip to content
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.
/ node-proxy Public archive

Reverse HTTP caching proxy written in Node.js that supports asychronous background refresh.

License

Notifications You must be signed in to change notification settings

dansimau/node-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-proxy

About

node-proxy is a reverse caching web proxy that is designed to speed up slow web applications. It does this by serving out stale pages to clients while the object is refreshed from the origin server in the background.

Features

  • Disk/memory caching
  • Asychronous background refresh (clients are always served from cache)
  • Access log

Limitations

You can get a feel for the limitations by having a quick look at the issue tracker.

Requirements

  • Node.js 0.4.7

About

Reverse HTTP caching proxy written in Node.js that supports asychronous background refresh.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published