2014年5月29日のブックマーク (1件)

  • Socket.IO — Introducing Socket.IO 1.0

    The first version of Socket.IO was created shortly after Node.JS made its first appearance. I had been looking for a framework that easily enabled me to push data from a server to a client for a long time, and even had tried other approaches to server-side JavaScript. At the time, the main focus was on an interface equivalent to the upcoming WebSocket API that was in the process of standardization

    Socket.IO — Introducing Socket.IO 1.0
    masato47744
    masato47744 2014/05/29
    ついにsocket.io1.0出た!ざっと斜め読みしたところ、前のバージョンとの違いはwebsocketがダメなら別の通信を探すみたいな互換性をなくしたからめっちゃ軽量化できた。あと、バイナリも転送できるようになったようだ。