Html5 Websockets - What should I know about sockets before using websockets -
i'm experimenting html5 , websockets. know next nothing "ordinary" sockets. before messing websockets think might wise learn sockets. there online material should read or excersizes should go through myself speed? might worth pointing out i'm c# programmer mainly.
thanks in advance!
the short answer: nothing. websocket protocol high-level (layer-7) protocol; normal "sockets" think you're referring tcp sockets, more low-level, , programmed using berkeley sockets api. if want use websocket protocol on pragmatic level, need learn simple javascript api dealing same.
Comments
Post a Comment