Re: [nodejs] NodeJS Runtime for Chrome

2012-11-02 Thread Dave Kuhn
...@googlegroups.com For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en -- Dave Kuhn US: +1 415 813 9570 AU: +61 419 945 561 http://au.linkedin.com/in/davidskuhn -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki

Re: [nodejs] Dynamic content scrape with Node.js

2012-10-09 Thread Dave Kuhn
and automatic support for cookies which Phantom JS will give you. -- Dave Kuhn Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Tuesday, October 9, 2012 at 12:25 AM, greelgorke wrote: why so complicated? just find out the url of the ajax request and do it yourself with whatever lib you want

Re: [nodejs] Piping gzipped responses?

2012-09-27 Thread Dave Kuhn
The request lib will automatically decompress the response for you. I think you'd be better off using http.request or http.get directly and avoiding any possible double handling. You can still pipe the response as you are now. -- Dave Kuhn Sent with Sparrow (http://www.sparrowmailapp.com/?sig