I noticed the Meteor stream package here contains SockJS: https://github.com/meteor/meteor/tree/master/packages/stream
Based on some commit messages, I'g guess Meteor use SockJS polling as it's main browser-server communications mechanism. Is that correct?