Rendern Sie als Reaktion mit Express Roh -HTML

res.set('Content-Type', 'text/html');
res.send(Buffer.from('<h2>Test String</h2>'));
KostasX