is there a module to manage a simple blog in Node.JS?
I've started few weeks ago to u开发者_JAVA技巧se Node.js, at the moment i'm developing my simple website with node.js + express, but i'm looking for a module to manage a blog(a simple blog, articles+comments).
Could you advice me ?
Thank you
Try to look at LooseLeaf which is a lightweight, no-database, JSON based blog engine or wheat which is used by howtonode.
精彩评论