开发者

Resources for socket programming

I am new comer to the world of socket programming.I have been wondering to find any good resources for socket progr开发者_开发百科amming.Any website or book...


Illustrated TCP/IP is something everyone doing actual socket programming should read:

http://portal.aauj.edu/portal_resources/downloads/networking/illustrated_tcpip.pdf

But I think you mean programming websockets from javascript? I doubt you need a book specifically about this topic. Read up on communicating with sockets in general. Learn the stuff outside the sandboxed javascript implementation.

If you're already up to snuff about networking communications, here's a websockets tutorial:

http://net.tutsplus.com/tutorials/javascript-ajax/start-using-html5-websockets-today/


These two classic books will get you in a good shape for pretty much any network programming:

  • TCP/IP Illustrated, Volume 1: The Protocols, by W. Richard Stevens, gives solid understanding of how TCP/IP works.
  • UNIX Network Programming, same author, teaches socket API from basic to advanced topics.
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜