<div dir="ltr">If I just want a simple &quot;server&quot; that listens for a text message on a port, does something, and sends back a text message, do I just need to somehow:<div><br></div><div>1. &nbsp;Create a Socket and listen on the port.</div>
<div>2. &nbsp;Create a SocketStream on: theSocket.</div><div>3. &nbsp;Somehow fork and wait for input, reading it in using the SocketStream?</div><div><br></div><div>I just want to make sure I am on the right track while trying to find the magic incantation...</div>
<div><br></div><div>Thanks,</div><div><br></div><div>Rob</div></div>