This is an introduction to network programming by building a server that echos the client's messages back. The server is written in C++.
If you're looking for a backgrounder on networking, sockets, ports etc. Check out the companion video here: • Introduction to Network Sockets
Source Code
-----------
The full source code is in a single file on gist: https://gist.github.com/codehoose/d7d...