https://github.com/rlidwka/sinopia - already exists, can do the same things out of the box, and even more than that. How about getting a certain package from both private and public registry and merging the results, making one version installable from public registry, and another from private one?
 
https://github.com/jden/npm-delegate - simpler, but doesn't require any configuration at all except for command line arguments.
 
Also, reggie, kappa, cnpm, and I believe a couple of other packages that do the same thing, didn't try those though.
 
 
 
21.01.2014, 23:50, "Charlie Robbins" <[email protected]>:
OHAI nodejs list!
 
Can't remember the last time I made a post here, needless to say I'm already nostalgic. Back in the day we used to announce fun things so I thought I'd announce a new fun thing I've been working on:
 
 
It's an intelligent routing proxy between two npm registries. Beyond just "try here, then try there" it actually decides where requests should go based on a policy with things like: blacklisting and whitelisting.
 
If you want to give it a shot in terms of performance you can try:
 
time npm install {anything-public} --reg http://registry.nodejitsu.com
time npm install {anything-public} --reg http://registry.npmjs.org
 
That first URL will always be a public gateway. It gives us good performance data on how to fine tune it. Personally I'm really bullish on [email protected] because the streams3 implementation has already proven a huge boon in [email protected].
 
 
--Charlie

 

--
--
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
 
---
You received this message because you are subscribed to the Google Groups "nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

--
--
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
 
---
You received this message because you are subscribed to the Google Groups "nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to