I want to run a nodeJS application with my own very simple console, so my question is how can I achieve it in a straightforward way (typical of any programming language).
I've seen articles like How To Read User Input With NodeJS but I am not sure if there is a simple way already included.