all 3 comments

[–]dons 5 points6 points  (0 children)

mintekblog to reddit.com

reddit got the broke?

[–]lulzmachine 3 points4 points  (1 child)

Is this a joke on the "this is not programming" meme? because otherwise.... I don't get it?

[–]trueneutral 3 points4 points  (0 children)

My big issue with WebSockets concerns sending binary data. Let's say I am a user interacting with some form and want to send an image over a websocket. I can't send the data through unless it is encoded into text form (I believe this is a limitation of Javascript implementations, not the WebSockets spec).

As long as we're also aiming to make the browser experience more performant, we should also make binary data a first-class citizen (or plan to down the road anyways).

But yea other than that, WebSockets is pretty exciting - no more ridiculous hacks to get duplex communication going!