Показать сообщение отдельно
Старый 11.12.2009, 22:50
  #55   
Shaman, чооооорт!!! Да это же невесь что! Они воруют мои идеи! Я знал!
Скинешь, как вспомнишь, ладно?

добавлено через 1 час 27 минут
Ага, нашёл на ЛОРе.
Цитата:
In addition to the new Web Sockets API, there is also a new protocol (the "web socket protocol") that the browser uses to communicate with servers. The protocol is not raw TCP because it needs to provide the browser's "same-origin" security model. It's also not HTTP because web socket traffic differers from HTTP's request-response model. Web socket communications using the new web socket protocol should use less bandwidth because, unlike a series of XHRs and hanging GETs, no headers are exchanged once the single connection has been established.