Hacker News new | ask | show | jobs
by califield 4161 days ago
You could make it a redirect service for npm modules.

e.g. https://js.org/express 301 redirects to https://www.npmjs.com/package/express

Another idea is a blog. One of my favorite blogs is http://npmawesome.com/

1 comments

Thats a bit nodejs focused, i think. Off-topic: The blog i like most is dailyjs...
How about https://node.js.org/express instead?
So getting practical, the main strategy would be:

- When a project reaches a popularity threshold (for example 10k github stars or gets to be the most popular project is his category - example: the most popular 3D library) would get a subdomain:

https://jquery.js.org/eachplugin

https://node.js.org/express

When we get exceptions, in this case, express grew and got autonomous, https://node.js.org/express would redirect to:

https://express.js.org/

much better i think.