Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 831 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 831 Bytes

fishman-web

fishman-web icon

Download module and its dependencies from different package managers via web interface. Check it out here.

What fishman-web tries to do

More or less what fishman does, just via a web interface.

In order to do that we set a few goals:

  1. Be AFAP (As Fast As Possible, yes, I made it up).
  2. Be in-memory only (except provider cache, as for now) since cloud services charge $ for storage.
  3. Update web clients what's up with their request, so they can keep doing what they're already doing (basically, nothing).

Works well with fishup an app that loads fishman-web downloaded files and uploads them to private npm registry with ease 😄