CoolFace
Apppublic

strong-tie/inbound-calls

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
example.js9 linesDownload Raw Back to sonic-boom
1'use strict'2 3const SonicBoom = require('.')4const sonic = new SonicBoom({ fd: process.stdout.fd }) // or 'destination'5 6for (let i = 0; i < 10; i++) {7  sonic.write('hello sonic\n')8}9