Reputation: 363
In this screencast for SailsJs 0.9.x I don't understand how to do the same real time events with the version of SailsJs 0.10.x.
Can you help me, please?
Thanks a lot.
Upvotes: 0
Views: 1077
Reputation: 1358
You can either wait until they do the same screencast for 0.10, or look to http://beta.sailsjs.org/#/documentation/reference/Upgrading, search for socket there and you'll see the differences, ooooor, you could just use angular-sails-bind and use socket transparently in your angular app. :)
https://github.com/diegopamio/angular-sails-bind
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.
Upvotes: 2