• Member Avatar for D33wakar
    D33wakar

    Created simple echo server version 2

    Similar to echoserver, but this one handles multiple clients by forking the process.
  • Member Avatar for D33wakar
    D33wakar

    Created A simple echo server

    This is a simple echo server that I've written while learning sockets programming. Compile the server and run it. You can connect to it using telnet like this: telnet localhost …

The End.