Can I get answers from the user in the console when you start the Node server?
For example, as an analogue of prompt() from JS, when you are prompted to enter a number, it should be the same, only in the terminal on Node.JS.
|
Can I get answers from the user in the console when you start the Node server?
For example, as an analogue of prompt() from JS, when you are prompted to enter a number, it should be the same, only in the terminal on Node.JS.
Source: https://ru.stackoverflow.com/questions/771736/
All Articles