Using Angular with socket.io
angularjs, sails.js, socket.io
Solution
Have you tried angular-sails-bind? (https://github.com/diegopamio/angular-sails-bind) I bet you haven't, as I've just released to the world a couple of minutes ago :). I made it for my own project and then decided to put it as a separated library so everybody could benefit and I could have my first experience developing a bower package.
I hope it could help you.
BTW: it works with sails 0.10 (as some things, like topic names had changed since 0.9). If you need to make it work with 0.9, just let me know and I'll happy to help.
Problem
I know that Angular provides awesome two way data binding on the client side, but I want more! I'm looking for the right way to hook up angular with my server side (SailsJS which includes socket.io). Thanks!