0

I've written a server software that uses stdin/stdout to communicate with the client side. On Linux and similar systems, I use inetd to define what port my program should respond, and then inetd will take care of answering any incoming calls and connecting the socket with stdin/stdout of my program. What is the easiest way for me to accomplish this in windows?

Mats Ekberg
  • 1,695
  • 4
  • 15
  • 23

0 Answers0