Hacker News new | ask | show | jobs
by imtringued 2213 days ago
Well, it's still in beta so how would you know?

Also, Websockets are a pretty good time saver. They are basically a thin layer on top of TCP that allows you to send packets of arbitrary size whereas TCP only allows you to send a single stream of bytes and you have to do everything yourself.