Skip to main content

SockJS 0.2 released!

· One min read

SockJS version 0.2 has been released:

You can test it in the usual playground:

Apart from ton of general updates and few API tweaks, SockJS 0.2 contains two major features:

  • Faster connection times - due to a better fallback-detection algorithm.
  • Raw websocket api - should make it easier to write command line clients for SockJS.

That means two out of three updates to SockJS protocol I proposed about a month ago are done. The last major feature remaining is binary data support. Unfortunately the releases rarely go smoothly, but thanks to alert SockJS users the problem was quickly spotted and fixed. So, happy playing with SockJS!