Express JS middleware to Komnt
Komnt allows you to add comments and annotate your webpages.
For more information on Komnt, check out the Komnt extension
$ npm install --save komnt-middleware
var komnt = require('komnt-middleware');
var app = require('express')();
app.use(komnt(app));
Now all HTML responses will have Komnt injected in them.