I want to know if this add-on works with explicit calling push instead of enabling push for every server side operation. ServerPush supports both modes - Explicit and Implicit, but for this add on there is document/example/recommendation about the same.
Explicit push makes no sense with this approach. If you have frequent UI updates and want to limit the client server communication (?) you can implement your own buffering mechanism that defers UI changes according to your needs.