si.app.get('/', (req, res) => {
  si.log('express connection - sending html');
  res.sendFile(path.join(__dirname, 'si.html'));
});