janpantel / angular-sails

An angular module for using the sails socket.io api
MIT License
307 stars 56 forks source link

Is angular-sails compatible with socket.io v.1? #91

Closed metalaureate closed 8 years ago

metalaureate commented 8 years ago

Sorry if this is a dumb question, but is this library compatible with socket.io v.1.x? Sails v 0.11 upgraded to socket.io v.1. Thaks for any clarification!

TheSharpieOne commented 8 years ago

v2 utilizes socket.io[-client] 1.3.0 and above. v1 doesn't depend on socket.io, it depends on sails.io.js, which in-turn depends on socket.io.. so it would be up to them to provide support for v.1.x (which I believe they do).

If this answers your question, please close the issue.

metalaureate commented 8 years ago

Thank you for the clarification.