So here is what I am doing:
Navigate to http://www.primefaces.org/showcase-labs/push/counter.jsf with Google Chrome while capturing network traffic using the built-in tool chrome comes with.(F12)
Everytime I hit the button there I see that a GET request is made to /counter.jsf so this I can understand.
I navigate to the same page with Firefox and hit the button using Firefox.
In Chrome, the counter is incremented but there is no Network Traffic. How is this possible? How does this implementation work? Why don't I see any Network Traffic?