Is it possible to synchronously read from stdin in node.js? Because I\'m writing a brainfuck to JavaScript compiler in JavaScript (just for fun). Brainfuck supports a read o
I found a library that should be able to accomplish what you need: https://github.com/anseki/readline-sync