For years I have been working on my asp.net CMS, and now when I decided to deprecate all my .NET code in favor of node.js, I rewrote my CMS in a few days. I plan to release my node.js CMS code soon, so stay tuned in.
As I am working on it, I am still testing the stability of the code on this morgtage website.
My mission is this: total minimalism. I don't want to use nodejs express framework, which is way too big and heavy. As my static server, I am using lightnode (node.js lib) which is the the smallest framework I could find. So the vision is the is "javascript minimalism" as this is the best coding pattern for javascript. :)