What if you could create a TCP server in C with just five lines of code in your main function? And then you add one more function, which will run every time somebody connects to the server. And that's it!
That is what we are coding today, a beginner-friendly generic TCP server library for C programs. Happy coding!
JB
References
1. Become a channel member and get several benefits, check out:
/ @dr-jonas-birch
2. My book about computer networking (discount!)
https://books.doctorbirch.com/57aa8f1...
00:00:00 Introduction
00:01:03 About the project
00:19:00 TCP setup
01:00:50 The listen() function
01:25:30 Sending and receiving