Marek Majkowski is announcing that SockJS with version number 1.0.3 / 0.3.15 is already available to download.
What is SockJS ?
SockJS is A JavaScript library for emulating WebSockets .
The library closely follows the HTML5 Websockets API.
This is changelog for SockJS version 1.0.3 / 0.3.15 :
- Make `new` optional for SockJS constructor (via substack).
- It is impossible to cancel JSONP polling request – compensate for that.
- Refactored EventEmitter prototype (used only internally).
You can read the complete changelog and also download this latest version on their homepage: sockjs.org