WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Very basic example demonstrating communication between node.js and other processes using a named pipe or FIFO

Notifications You must be signed in to change notification settings

ccnokes/node-fifo-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-fifo-example

Run with npm start

One node.js process will create a named pipe/FIFO, and log out any data written to it. The second node.js process will write to it once a second. A bash script and a C++ program will also write to it once. Look at index.js to see what's going on.

This only works on macOS.

Full context for this repository in this article.

About

Very basic example demonstrating communication between node.js and other processes using a named pipe or FIFO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published