I want to built a cloud API that allows you to run your node modules without downloading them locally. That is, you will call git install cloud-npm then be able to use all modules that you request in your project.
From my observation, it seems Zeist is doing pretty good in this domain. https://zeit.co/docs
Please Note: I have almost no background in programming but notice this is a huge problem atleast for me and few people I know.