I'm developing a socket.io compatible project (this means: the client library is socket.io, and the server is implemented in python, instead of nodejs).
Socket.io is based on jQuery.
Is it safe to use socket.io in Angular, considering Angular ships with an internal "jqLite"? Is it enough for socket.io?
Is it safe, regarding Angular, if I include a jQuery version? will it cause -an official jquery- unexpected behaviors on Angular -assume I use, at most, Angular and ngRoute-, or will it be fully compatible?
I'm a n00b at angular internals and socket.io :$