Beej's Guide to Network Programming
1–10 of 51 posts
Re: Beej's Guide to Network Programming
#2This was an absolute lifesaver when I was thrown into the deep end writing a high-performance TCP server from scratch. I think it's so effective because it's "highly opinionated", which is to say, he points out "Foo does this, but don't use it because that's just silly" or "don't use bar, use baz instead because it handles qux more easily" and so on.
Re: Beej's Guide to Network Programming
#3This is how I learned to do it.
Re: Beej's Guide to Network Programming
#4I learned from this in 2006-2007.
Re: Beej's Guide to Network Programming
#5This saved me when I had to write a P2P file distribution system for a project in college.
Re: Beej's Guide to Network Programming
#6Wow, I am glad that this is still around - the first tutorial that I learned socket and network programming back in 2004.
Re: Beej's Guide to Network Programming
#7learning from this now. glad its got all this credibility! (context: college operating systems course)
Re: Beej's Guide to Network Programming
#8Like others, this is how i learned to do it too. The C programming guide is very good too
Re: Beej's Guide to Network Programming
#9This was my first look at networking. Worked for me.
Re: Beej's Guide to Network Programming
#10This was the go-to guide back in its times. Circa 2006?