I've decided that I will be using Mustache for our templating engine for our nodejs project but I don't see what the differences between the Mu2 ( https://github.com/raycmorgan/Mu ) and the mustache.js ( https://github.com/janl/mustache.js ) modules are.
Usually I just check the Github network and go with the most active of the communities but they seem to both be maintained just fine.
Can anyone enlighten me on what the differences might be so that I can make an informed decision.