-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use node-mkfifo #1
Comments
Are there any advantages? It seems to me like it provides the same functionality but with extra dependencies. |
Don't depend on external commands that although standard POSIX ones, potentially could not be available on the underlying system. |
I will still rely on external commands for reading and writing. I remember trying to read and write using Node's file system module but it didn't work as expected for fifo-files. Unless there are replacement for them too it's not worth it in my opinion. |
|
Ok, I will look into this when I've got more time. Thank you! |
You are welcome :-)
El 17/07/2017 23:00, "Oskar Nyberg" <[email protected]> escribió:
Ok, I will look into this when I've got more time. Thank you!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAgfvlG2QzcBeJb9I953y_4dEFLvb6X-ks5sO8tXgaJpZM4JSIPc>
.
|
Use node-mkfifo module instead of Node.js
child_process
build-in.The text was updated successfully, but these errors were encountered: