I have an application whose primary function works in real time, through websockets or long polling.
However, most of the site is written in a RESTful fashion, which
Do I want updates from the server?
The downsides to Socket.io are:
I'll still use Socket.io in my project, but not for basic web forms that REST will do nicely.