UNPKG

dmx

Version:
6 lines (4 loc) 165 B
const port = 17809; const io = require('socket.io-client'); const client = io.connect(`http://localhost:${port}`); client.on('update', (msg) => console.info(msg));