AngularJS + sails.js

前端 未结 5 1301
有刺的猬
有刺的猬 2020-12-07 08:12

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://

5条回答
  •  [愿得一人]
    2020-12-07 08:56

    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.

提交回复
热议问题