As an example IO container it could be commandline based. Two messages to consider: - send -> prints out the payload with the instance identifier - receive -> prompts for input with the instance identifier ``` [1234] < "Hello World" [1234] > nooooo! ```
As an example IO container it could be commandline based.
Two messages to consider: