parent
afa28bddd3
commit
9eb9dc8cd8
1 changed files with 2 additions and 0 deletions
@ -1,3 +1,5 @@ |
|||||||
# Taking input |
# 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. |
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) |
Loading…
Reference in new issue