Writing Output to net.Listen

Hello all,

Scenario

Shell 1: Is running net.Listen on a port.

Shell 2: A connection is made to Shell 1 via net.Dial. I want to perform input/output and see results in Shell 1. So, for instance, If I type “hello” in Shell 1, I would like that to appear in Shell2. What is the best package to achieve this behavior? Let’s assume I can send basic text commands already.

This is a good implementation

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.