## listening and sending at the same port In one terminal: ``` nc locslhost 2345 -l ``` -l = listen In another window: ``` nc localhost 2345 ``` Result: ![[CleanShot 2023-08-28 at [email protected]]]