Re: [nodejs] [ANN] JavaScript Jabber Podcast

2012-02-04 Thread Joe Developer
On Sat, Feb 4, 2012 at 11:20 AM, AJ ONeal coola...@gmail.com wrote:

 Chuck Wood, Yehuda Katz, Jamison Dance, Peter Cooper, and I (and guest
 speakers) are doing the JavaScript Jabber podcast.

 We want to get some direction on which topics to discuss from the Node
 community.
 Give us some ideas at jsjabber.uservoice.com


 This week's episode was a pretty good discussion on build tools.
 There are new episodes every friday.

 Discussion summaries and direct downloads available at
 JavaScriptJabber.com
 On iTunes itunes.apple.com/us/podcast/javascript-jabber/id496893300
 And if you'd like to +1 us, that would be appreciated
 google.com/search?q=javascript+jabber+itunes

 Hopefully some of you tune in and find the discussion valuable.

 AJ ONeal


Should be live-cast and monitoring #node.js for questions and scathing
commentary.

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


Re: [nodejs] Possible bug: If req.method = DELETE app.all routes are called twice

2012-02-04 Thread C. Mundi
So much for DELETE being idempotent.  I knew this REST stuff would end in
tears.  ;)
 On Feb 3, 2012 11:06 PM, George Snelling, Seattle georg...@gmail.com
wrote:

 Running Express 2.5.6.

 I haven't tracked this down to source, but it seems to me that if a
 requests's method is DELETE, then app.all routes are run twice.  See
 https://gist.github.com/1735656

 This can upend your world if you recursively parse urls.

 I'm happy to log an issue, but first want to make sure I'm not crazy and
 this isn't by design for some reason.

 Thanks,

 -g

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


Re: [nodejs] Virtual hosting with Express, Connect, Node

2012-02-04 Thread C. Mundi
Thanks, Ryan.  I thought vhost was an ad hoc addon.  Now I see that its
built in and exactly what I need.  Nice and simple!
 On Feb 4, 2012 10:45 AM, Ryan Schmidt google-2...@ryandesign.com wrote:


 On Feb 4, 2012, at 11:25, C. Mundi wrote:

  I'm looking for the simplest recommended (preferably already built in)
 way to have a single node instance route requests and manage sessions based
 on the host named in the HTTP headers.
 
  So for example two virtual hostnames both resolve to the IP address of
 my physical server which is running a single Express app listening on port
 80 and that single app serves pages and manages sessions based on the
 virtual hostname.
 
  I'm looking for the simplest solution, not the most clever or capable at
 this point in time.

 https://github.com/visionmedia/express/tree/master/examples/vhost


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


[nodejs] New gatekeeper

2012-02-04 Thread m1k3l
Thanks Ryan for making this project such a success; what an inspiration for 
developers all over the world.

Congrats Isaac! Let the fun continues ;-)

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


[nodejs] kue installation error

2012-02-04 Thread Angelo Chen
hi,

trying out with kue:

npm install kue

got :


npm http GET https://registry.npmjs.org/natural/-/natural-0.0.27.tgz
npm http 304 https://registry.npmjs.org/mkdirp/0.0.7
npm http 304 https://registry.npmjs.org/mime
npm http 304 https://registry.npmjs.org/growl/1.1.0
npm http 200 https://registry.npmjs.org/connect/-/connect-1.7.3.tgz
npm http 304 https://registry.npmjs.org/commander
npm http 408 https://registry.npmjs.org/cssom/0.2.0
npm ERR! registry error parsing json
npm WARN cssom@0.2.0 package.json: bugs['web'] should probably be
bugs['url']
npm http 200 https://registry.npmjs.org/natural/-/natural-0.0.27.tgz
npm http 304 https://registry.npmjs.org/mkdirp
kue@0.3.3 ./node_modules/kue
├── nib@0.2.0
├── redis@0.7.1
├── stylus@0.19.2 (growl@1.1.0 mkdirp@0.0.7 cssom@0.2.0)
├── reds@0.1.1 (natural@0.0.27)
├── jade@0.17.0 (commander@0.2.1 mkdirp@0.3.0)
└── express@2.5.0

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


Re: [nodejs] kue installation error

2012-02-04 Thread Anand George
Is this on Windows?

On Sun, Feb 5, 2012 at 12:32 PM, Angelo Chen angelochen...@gmail.comwrote:

 hi,

 trying out with kue:

 npm install kue

 got :


 npm http GET https://registry.npmjs.org/natural/-/natural-0.0.27.tgz
 npm http 304 https://registry.npmjs.org/mkdirp/0.0.7
 npm http 304 https://registry.npmjs.org/mime
 npm http 304 https://registry.npmjs.org/growl/1.1.0
 npm http 200 https://registry.npmjs.org/connect/-/connect-1.7.3.tgz
 npm http 304 https://registry.npmjs.org/commander
 npm http 408 https://registry.npmjs.org/cssom/0.2.0
 npm ERR! registry error parsing json
 npm WARN cssom@0.2.0 package.json: bugs['web'] should probably be
 bugs['url']
 npm http 200 https://registry.npmjs.org/natural/-/natural-0.0.27.tgz
 npm http 304 https://registry.npmjs.org/mkdirp
 kue@0.3.3 ./node_modules/kue
 ├── nib@0.2.0
 ├── redis@0.7.1
 ├── stylus@0.19.2 (growl@1.1.0 mkdirp@0.0.7 cssom@0.2.0)
 ├── reds@0.1.1 (natural@0.0.27)
 ├── jade@0.17.0 (commander@0.2.1 mkdirp@0.3.0)
 └── express@2.5.0

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


[nodejs] Re: kue installation error

2012-02-04 Thread Angelo Chen
in OS X lion, however, git clone, then npm install, works.

I can run those examples, question is, how to use kue in an existing
node/express app? directions?

Thanks,

Angelo

On Feb 5, 3:15 pm, Anand George mranandgeo...@gmail.com wrote:
 Is this on Windows?

 On Sun, Feb 5, 2012 at 12:32 PM, Angelo Chen angelochen...@gmail.comwrote:







  hi,

  trying out with kue:

  npm install kue

  got :

  npm http GEThttps://registry.npmjs.org/natural/-/natural-0.0.27.tgz
  npm http 304https://registry.npmjs.org/mkdirp/0.0.7
  npm http 304https://registry.npmjs.org/mime
  npm http 304https://registry.npmjs.org/growl/1.1.0
  npm http 200https://registry.npmjs.org/connect/-/connect-1.7.3.tgz
  npm http 304https://registry.npmjs.org/commander
  npm http 408https://registry.npmjs.org/cssom/0.2.0
  npm ERR! registry error parsing json
  npm WARN cs...@0.2.0 package.json: bugs['web'] should probably be
  bugs['url']
  npm http 200https://registry.npmjs.org/natural/-/natural-0.0.27.tgz
  npm http 304https://registry.npmjs.org/mkdirp
  k...@0.3.3 ./node_modules/kue
  ├── n...@0.2.0
  ├── re...@0.7.1
  ├── sty...@0.19.2 (gr...@1.1.0 mkd...@0.0.7 cs...@0.2.0)
  ├── r...@0.1.1 (natu...@0.0.27)
  ├── j...@0.17.0 (comman...@0.2.1 mkd...@0.3.0)
  └── expr...@2.5.0

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