I highly recommend nginx.  it is very easy to use and faster than any node
proxy.  it works well with node and is used in many node installations.

On Mon, May 28, 2012 at 3:36 AM, phuong dang <hanhphuong...@gmail.com>wrote:

> 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 nodejs@googlegroups.com
> To unsubscribe from this group, send email to
> nodejs+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
>

-- 
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 nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to