UNPKG

adaptorex

Version:

Connect all your live interactive storytelling devices and software

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));