[AngularJS] Re: Multi user data binding question

2017-01-06 Thread Zlatko Đurić
On Thursday, January 5, 2017 at 2:34:16 PM UTC+1, tim garver wrote: > > Gotcha, > i was really more concerned with the auto refresh of the remote data. Then > the client to client would be automatic > > That is easily achieveable. It's just not part of the Angular as a framework. See, if server

[AngularJS] Re: Multi user data binding question

2017-01-05 Thread tim garver
Gotcha, i was really more concerned with the auto refresh of the remote data. Then the client to client would be automatic >From all i have read on Angular, the examples imply this is already built in, i was hoping to see some real world examples but cant find anything except a local running

[AngularJS] Re: Multi user data binding question

2017-01-05 Thread tim garver
Thanks Sander, I will take a look. I was thinking it would only be possible with WebSockets or some sort of technology like WS. Tim On Thursday, January 5, 2017 at 7:56:53 AM UTC-5, Sander Elias wrote: > > Hi Tim, > > Welcome! > > No, this functionality is not in angular. It can't be in

[AngularJS] Re: Multi user data binding question

2017-01-05 Thread Sander Elias
Hi Tim, Welcome! No, this functionality is not in angular. It can't be in angular, as this is something the server needs to handle! That does however not mean it's not possible, Have a look at Firebase. That does all you want. Firebase has solutions for both Angular and Angular 1.x Regards