Let\'s take stdin.on as an example. Callbacks to stdin.on stack, so if I write (in CoffeeScript)
stdin.on
stdin = process.openStdin() stdin.
Or you can use:
stdin.once instead of stdin.on
stdin.once