I know how to make communication in client -> service direction, but I need communication in direction service -> client. I would need some observer on client or some way that I can call client from server.
Marko
I think you can use Client Notifications for that. Check the client notification how-to page for a raw description of what you need to add to your application.
I never used them myself. Be aware that they are not a solution for all use cases.