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 <[email protected]> wrote: > On May 24, 4:47 am, thuan le minh <[email protected]> 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 [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
