Beej's Guide to Network Programming

Beej's Guide to Network Programming

From the Curator:

Adding Beej's Networking Guide to our High-Quality Curated list was just inevitable. It is a first page google result that nearly every programmer who ventures into network programming must read. 

But that's not what makes it into our curated list. It's how it differentiates itself from other Networking eBooks out there. The way this guide is written, in a conversational way, to hook the learner. It not just bunch definitions and diagrams slapped on a book. It's like you're being taught while just reading it. How cool is that, huh!?

From the Author:

Hello, one and all! This is my little how-to guide on network programming using Internet sockets, or "sockets programming", for those of you who prefer it. The sockets API, though started by the Berkeley folk, has been ported to many many platforms, including Unix, Linux, and even Windows.

Unfortunately, it can be a little, um, "much" to digest the API, but as long as you know some C or C++, this guide should springboard you into the realm of network programming with hopefully as little hassle as humanly possible!

Preview

Beej's Guide to Network Programming Preview

Here, you can download Beej's Guide to Network Programming PDF:

Advertisement

Originally Published on Beej.us

Comments