UNPKG

resume-client-socket.io

Version:

Resume Client API for Socket.IO and Node.JS - Medical Speech to Summarized Text

9 lines (6 loc) 185 B
'use strict' const SonicBoom = require('.') const sonic = new SonicBoom({ fd: process.stdout.fd }) // or 'destination' for (let i = 0; i < 10; i++) { sonic.write('hello sonic\n') }