Access localhost Node JS over the network

Asked

Viewed 1,139 times

-1

I created a server with Node.js and need to access from another machine on the network. How could I do this?

  • Eric, really depending on how you build your application it can have a different behavior, you can update to ask and add part of your code that is creating the server?

1 answer

-2


Hello, try to access the network IP + port.

for example: 192.168.25.14:3000

  • I was trying to do this, but needed http:// before ip, thanks for the help.

  • Really that was all?

Browser other questions tagged

You are not signed in. Login or sign up in order to post.