Is there a module for managing a simple blog in Node.JS?

I started a few weeks ago to use Node.js, at the moment I am developing my simple site with Node.js + expressing, but I am looking for a module for managing a blog (simple blog, articles + comments).

Could you advise me?

thanks

+4
source share
1 answer

Try looking at LooseLeaf , which is lightweight, without a database based on the JSON blog or wheat used by howtonode .

+5
source

All Articles