Skip to main content

All Questions

-2 votes
0 answers
68 views

Does this Deno REPL in the browser resemble FIFO, Unix Domain Sockets, something else?

A file system experiment I've thought about for a while. Somehow creating a FIFO or Unix Domain Socket that is a bi-directional connection with streaming capabilities between arbitrary Web pages and ...
guest271314's user avatar
1 vote
1 answer
356 views

Processing external triggers in Node.js applications

I have a Node.js daemon application that runs on my Debian home server 24/7. I would like it to process triggers generated by motion, a program that monitors the video signal from cameras that is ...
heuels's user avatar
  • 84