Saturday 25 April 2020

How can I access my NodeJS server that's running on my localhost from other PCs on my local network?

So I have on PC number 1 my NodeJS server running and I have PC number 2 in which I want to be able to browse to my NodeJS server that's running on PC number 1Both of the PCs are connected to the same wifiI've tried:add "0.0.0.0" / "127.0.0.1" / my public IP / my IPv4 to my "listen" functionaccess the NodeJS server from my public ip / ipv4 (of course on the same port it's running on my PC)use ngrok (which is the only solution that actually works, but is very slow due to it using a tunnel and me using the free version)I'd love to get some help with this issue :)

Submitted April 25, 2020 at 08:40AM by s_trader

No comments:

Post a Comment