Thoughts
Read all of standard-in into a string, Ruby: `STDIN.read`.
Honestly Ruby makes every other "scripting" language feel like C.
Python `import sys; sys.stdin.read()`
Node: I honestly don't know.