2

What are the major difference between between WebSocket and http protocol ? How is WebSocket protocol different than http?

Thanks
Sneha

Smitha
  • 6,110
  • 24
  • 90
  • 161
  • [This answer](http://stackoverflow.com/questions/14703627/websockets-protocol-vs-http/14711517#14711517) covers the differences pretty well. – kanaka Feb 27 '13 at 15:11

1 Answers1

1

WebSockets are totally different than http. It only uses http-like communication for initial handshake.

Zaffy
  • 16,801
  • 8
  • 50
  • 77