Skip to content

Instantly share code, notes, and snippets.

@m9dfukc
Forked from streunerlein/gist:3332181
Created August 15, 2012 20:49
Show Gist options
  • Save m9dfukc/3363520 to your computer and use it in GitHub Desktop.
Save m9dfukc/3363520 to your computer and use it in GitHub Desktop.
NPM Mirrors & Proxies

Definition

Mirrors: standalone servers with complete copy of npm registry

Proxies: proxy to the database (couchdb) of npm registry, if only the npm registry server fails but the db works

## HowTo See this gist: https://gist.github.com/3331671

Mirrors

(+) means server is self updating (pulls newest stuff from offical registry when back online again) -- Compared to mirrors with only snapshots that can contain older versions of modules

### Proxies Proxies are/should be self-updating per definition.

### DIY

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment