Yes Micheil !
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 ?
thank for help !

nice a weekend .

On 25 Tháng Năm, 21:01, Garcia Souza <garcia.rso...@gmail.com> wrote:
> I think you want to say is a proxy. May be we can build a proxy in Node.js
> that can cache all the requests.
>
> 2012/5/24 Micheil Smith <mich...@brandedcode.com>
>
>
>
>
>
>
>
>
>
> > I'm not sure exactly what the requirement here is, but why not just setup a
> > squid proxy between you and the internet, then you have a cache of
> > everything you visit?
>
> > If it's just for the docs on nodejs.org, then have a look in `doc` in the
> > git repo,
> > then do `make doc` or `make website`, that'll give you a website compiled
> > version of the documentation, it's what generates the documentation on
> > nodejs.org.
>
> > – Micheil
>
> > On 24/05/2012, at 10:28 AM, thuan le minh wrote:
>
> > > my question mean : i want to write a node js webserver program that
> > > creates a vitual url on my local computer (exam :http://localhost:7777)
> > > that will replace real url on the internet (http://nodejs.org) . So
> > > when i query webserver for vitual url i will have all of assets
> > > (images, text file, json file,...) of nodejs.org website ....
>
> > > sorry sorry for poor little English proficiency !
> > > thank !
>
> > > On 24 Tháng Năm, 16:08, mscdex <msc...@gmail.com> wrote:
> > >> On May 24, 4:47 am, thuan le minh <leminhthua...@gmail.com> wrote:
>
> > >>> i want to cache a web page to view it offline
>
> > >> So, you want to just save the webpage itself, or all assets as well
> > >> (e.g. images, javascript, css, etc)?
>
> > >> If you don't need to do this programmatically, why not just use the
> > >> 'save page' feature of your browser?
>
> > > --
> > > 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
>
> --
> *Garcia Roberto de Souza*
> Msn: garcia_rso...@hotmail.com
> Gmail: garcia.rso...@gmail.com
> Facebook:http://www.facebook.com/profile.php?id=100001362040899
> Linkedin:http://www.linkedin.com/profile/view?id=85994839&trk=tab_pro

-- 
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