I'm trying your code to listen to events on a FS server on my network..
Code is on my PC...
If I try to connect from my PC via Putty to the FS server (192.168.1.234 : 8021) I get:
Content-Type: auth/request
Which is fine..
from same PC, if I run nodejs project with :
server.listen(8021, '192.168.1.234');
I get :
Uncaught Error Error: listen EADDRNOTAVAIL: address not available 192.168.1.234:8021
I checked firewall, etc .. but cant resolve ...
I'm trying your code to listen to events on a FS server on my network..
Code is on my PC...
If I try to connect from my PC via Putty to the FS server (192.168.1.234 : 8021) I get:
Content-Type: auth/request
Which is fine..
from same PC, if I run nodejs project with :
server.listen(8021, '192.168.1.234');
I get :
Uncaught Error Error: listen EADDRNOTAVAIL: address not available 192.168.1.234:8021
I checked firewall, etc .. but cant resolve ...