Beej's Guide to Network Programming has been one of the top socket programming guides on the Internet for the last 15 years, and it's now for the first time available as a lovingly bound paperback book! The Guide is designed to irreverently ease your first steps into Internet Sockets programming in C. Starting from the ground up, it provides complete examples of simple clients and servers supporting both IPv6 and IPv4. Once you get through the tutorial section of the book, Part Two contains a handy-dandy reference section which helps prevent the book from becoming simple dead weight on your shelf once you've devoured it. The book focuses on the C programming language in Unix-like environments, but Windows users can still glean relevant information from its pages. Also, once you understand socket programming in C, you'll much more easily understand it in many other languages as well.
Отличное введение в сетевое программирование. Можно прочитать за один вечер и начать писать простые программы, также полезно в качестве подготовки к собеседованию или просто справочника. Но нужно помнить, что это именно введение - здесь освещены только базовые темы и код примеров не всегда production-ready.
A great introduction to network programming that does not presume too much prior experience with C. Pairs well with Beej's Guide to Unix Interprocess Communication if you are interested in utilizing sockets for intra-device communication between processes.
This is seriously a must read for anyone looking to learn about the fundamentals of network programming. By focusing the on the Unix C BSD sockets interface, it gives you a very portable understanding of networking programming.
On top of being very well written and informative, it's probably the funniest software book I've ever read. This book is available for free from Beej himself and I had read it years before purchasing it physically but this is a must read.
Useful content, just not organized in the best way. Everyone in my graduate-level OS course jerks off to this book so that's gotta count for something.