Http — Easylog.local

hi and welcome to another instrument choice support video in this video we'll show you how to set up and connect the ELIE1 to a PC... Instrument Choice EL-SIE-1 | Lascar Electronics

If you try to open http://easylog.local in your browser and get an error like “Site cannot be reached” or “DNS address not found,” here’s why: http easylog.local

const express = require('express'); const app = express(); app.get('/', (req, res) => res.send('<pre>EasyLog: No logs yet.</pre>')); app.post('/log', (req, res) => console.log(req.body); res.send('OK'); ); app.listen(80); hi and welcome to another instrument choice support