first test server made with tcp/ip sockets in c book.
server echo server, to run ./server
client echo client, to run ./client
** Git commands ** git add [file] - snapshots the file in preparation for versioning git commit -m "[descriptive message]" - records file snapshots permanently in version history git push [alias] [branch] - uploads all local branch commits to github