To answer my own question. I discovered via
process.binding('stdio').opentty I could create a pty, and I was able
to pipe the TCP data to its slave part, altough it kinda worked, it
didn't really work readline-ish or feel anything like a terminal. I
just suppose there is so much more to a proper telnet/terminal
implementation than a Raw Stream pushed through a pty and I was just
kinda of naive to try to make it work like that.
- Axel