注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
WebSocket is a new browser capability being developed for HTML 5 browsers, enabling fully interac... WebSocket is a new browser capability being developed for HTML 5 browsers, enabling fully interactive applications. With WebSockets, both the browser and the server can send asynchronous messages over a single TCP socket, without resorting to long polling or comet. Essentially, a WebSocket is a standard bidirectional TCP socket between the client and the server. The socket starts out as a HTTP con
2010/01/07 リンク