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

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -