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.

    1 answer 1

    You need to work with standard data entry stdin , you can either write the handler once or twice or use ready-made libraries, for example, prompt