1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-19 07:31:24 +02:00

add a process stdin article to the Nodejs Roadmap (#7554)

This commit is contained in:
Aboody_01
2024-10-22 12:19:58 +03:00
committed by GitHub
parent 75b01dc212
commit eb44988a84

View File

@@ -5,3 +5,4 @@ The `process.stdin` is a standard Readable stream which listens for user input a
Visit the following resources to learn more:
- [@official@Official Documentation](https://nodejs.org/api/process.html#processstdin)
- [@article@Node.js Process stdin & stdout](https://nodecli.com/node-stdin-stdout)