I followed the guide of Pusher docs to create a simple example, and the code is copy from the Code examples.
This example works well when I'm at home, but it's never working when I'm in office.
In office, the HTML page can alert the message when I use the Debug Console provided by Pusher to create new Event. However, the HTML page won't alert any messages when I trigger the event from node JS.
I guess the problem is related to the network, so I want to know how to jump over the network limitation while using pusher js from node js.