How can I push data from server to client?

I need live data, whenever database has been changed, this should be reflected to other users’ screen at the same time. Is there any way to push data from server to client? Thanks.

You can use the ember-pusher plugin with Pusher. I did it and it works perfectly.

1 Like

I use ember-pouch and it will sync data changed on the backend to all clients. See for example: