Hi all, I want to build a proxy server in Node.js that will be stored in my local server and cache all website visited so , how can i do ? can you so me any guides, please ?
my sort solution : - The first i have a Proxy-server - when an HTTP request comes in, check if it's in the cache. If it is, send it. Otherwise, make an HTTP request and stream the data to both the client and to the cache as it comes in but i don't know how to create webcache file ? thank for help ! -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
