TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Verdaccio 4

48 pointsby WalterSobchakalmost 6 years ago

4 comments

sheetjsalmost 6 years ago
Verdaccio is an incredible tool. We (<a href="https:&#x2F;&#x2F;sheetjs.com" rel="nofollow">https:&#x2F;&#x2F;sheetjs.com</a>) use it in production for distributing node modules to customers.<p>Before verdaccio, we used to post tarballs that customers would download and use, but that became cumbersome. We looked into the official npmjs service, but their pricing model ($7&#x2F;user&#x2F;mo, sharing private modules requires all users to have a paid account) didn&#x27;t make sense in a situation with many users downloading once a month. Verdaccio let us manage the distribution on a single $5&#x2F;mo digital ocean droplet and it&#x27;s been working very well. We post modules to a separate scope and users configure their npm clients to download from our registry for that specific scope.<p>It was the first time we came across an open source project where we could actually quantify the saving, and our contributions through their OC (<a href="https:&#x2F;&#x2F;opencollective.com&#x2F;verdaccio" rel="nofollow">https:&#x2F;&#x2F;opencollective.com&#x2F;verdaccio</a>) are a drop in the bucket compared to the savings.
评论 #20017663 未加载
nullandvoidalmost 6 years ago
Congrats on the release I&#x27;m always happy to see competitors to the likes of NPM which whilst being a great tool have a bit too much of a monopoly<p>I&#x27;ve had a good run using nexus as a free self hosted repository ( both in the professional and personal space ) - just wndering what are the benefits in me investing time to use verdacio?
评论 #20019095 未加载
TheChaplainalmost 6 years ago
I use a self-hosted verdaccio (docker) extensively for my own projects for a long time without as much as a hiccup.<p>It was also a very useful tool for learning and practicing publishing before the actual push to npmjs.org<p>If you use Python, I recommend DevPi which is something similar.
the_common_manalmost 6 years ago
We use verdaccio on cloudron. Thanks for this great project. All our private npms are there