[nodejs] http-proxy result-access

2012-08-27 Thread framlin
Serrvus, I use http-proxy (from nodejitsu) and want to store the result of the proxied response in order to cache it. How can I do this? Have a nice and peacefully day Wolfgang -- Job Board: http://jobs.nodejs.org/ Posting guidelines:

[nodejs] Re: tool for ending JS style debates

2012-05-09 Thread framlin
Getting uglify.js holding the comments was only a small patch with a view lines of code-change. The comments are in the AST, but are not processed, because to minify the code, comments are waste Wolfgang -- Job Board: http://jobs.nodejs.org/ Posting guidelines:

[nodejs] Re: Hosting NodeJs How?

2012-05-09 Thread framlin
+1 for nodejitsu -- 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

Re: [nodejs] hot log client ip with flatiron and winston

2012-04-05 Thread framlin
Servus Josh, thanx for your answer! Am Sonntag, 1. April 2012 22:29:48 UTC+2 schrieb jesusabdullah: https://github.com/jesusabdullah/whatismyip.nodejitsu.com/blob/master/server.js#L8-14 I'm sure you can also make this work within the context of flatiron. seems, that the flatiron req is

Re: [nodejs] filter log-messages using winston dependant of environment

2012-04-01 Thread framlin
Servus Marak, Am Donnerstag, 29. März 2012 13:44:56 UTC+2 schrieb Marak Squires: I'd recommend using https://github.com/flatiron/flatiron for this. do you have any docu-hints where I can see, how to log requests with flatiron and ecstatic? Tanks in advance Wolfgang -- Job Board:

Re: [nodejs] filter log-messages using winston dependant of environment

2012-03-30 Thread framlin
Servus Marak, my first try was flatiron, but id didnt work for my use-case. I wanted to combine it with ecstatic for a single-page site. http://site/ should serve index.html http://site/:id should run any actions regarding to the :id That seems only to work if I use the flatiron-parts