There was an error while loading. Please reload this page.
f5f3682
pass a unix datagram socket path and a buffer like:
const sendto = require('sendto') const str = 'some buffer bigger than this' sendto('/tmp/mysocketpath', Buffer(str) )