skewten-incubator / worse

websocket implementation
0 stars 0 forks source link

client #2

Open SEAPUNK opened 8 years ago

SEAPUNK commented 8 years ago

I want to make the client API be as close as possible to the WebSocket API found in browsers, with some extra features that fall back nicely or get dropped w/ browsers, if the code implementing this library is isomorphic (in this case, my Socketeer websocket framework).

https://html.spec.whatwg.org/multipage/comms.html#network

SEAPUNK commented 8 years ago

Maybe the W3C WebSocket client should be layered on top of our own client. WebSocket-Node does this.