From 9eb9dc8cd8784b170767ce2204118ced8cdee668 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Mon, 5 Jun 2023 21:18:07 +0100 Subject: [PATCH] chore: add resource under nodejs:nodejs-command-line-apps:taking-input --- .../106-nodejs-command-line-apps/102-taking-input/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/data/roadmaps/nodejs/content/106-nodejs-command-line-apps/102-taking-input/index.md b/src/data/roadmaps/nodejs/content/106-nodejs-command-line-apps/102-taking-input/index.md index 4289311bf..4b4216ff4 100644 --- a/src/data/roadmaps/nodejs/content/106-nodejs-command-line-apps/102-taking-input/index.md +++ b/src/data/roadmaps/nodejs/content/106-nodejs-command-line-apps/102-taking-input/index.md @@ -1,3 +1,5 @@ # Taking input Node.js provides a few ways to take inputs from user, including the built-in `process.stdin` and `readline` module. There are also several third party packages like `prompts` and `Enquirer` built on top of `readline` that provide an easy to use and intuitive interface. + +- [How to read from stdin line by line in Node](https://stackoverflow.com/questions/20086849/how-to-read-from-stdin-line-by-line-in-node) \ No newline at end of file