Ask HN: What happened to Express.js?
I just noticed that the last commit on Express repo was at least 3 months ago. That is very unlikely for a project like this.
https://github.com/strongloop/express/branches/active
What's happening here? Anyone has any clue?
12 comments
[ 5.5 ms ] story [ 41.1 ms ] threadhttp://www.catb.org/~esr/writings/cathedral-bazaar/
The essay contrasts two different free software development models:
The Cathedral model, in which source code is available with each software release, but code developed between releases is restricted to an exclusive group of software developers. GNU Emacs and GCC were presented as examples.
The Bazaar model, in which the code is developed over the Internet in view of the public. Raymond credits Linus Torvalds, leader of the Linux kernel project, as the inventor of this process. Raymond also provides anecdotal accounts of his own implementation of this model for the Fetchmail project.