I am developing an app that can utilize sails.js for back-end and AngularJS for Front-end. I thought that I\'ll create an Angular App using Yeoman-angular generator https://
your questions are exactly why I created Sailng: https://github.com/ryancp/sailng It is an example/boilerplate application that uses the latest Sails 0.10.0-rc5.
It also demonstrates how to use socket.io within Sails to provide realtime updates to the client with no ajax polling.
Clone it and follow the instructions to get a better idea of how to use Sails and Angular together.