res.end using template string code example
Example: express send raw html
res.set('Content-Type', 'text/html');
res.send(new Buffer('<h2>Test String</h2>'));
res.set('Content-Type', 'text/html');
res.send(new Buffer('<h2>Test String</h2>'));