I am building a web app using Node and express. On my PC, I run the app by typing node app.js
which gets the server running on http://localhost:1008/
On my android phone, which is connected to the same network, I typed
http://<ipv4 address>:1008/
but it doesn't work.
The wifi network is set to private(home) and i tried turning off firewall, but still it doesn't work
I am using Windows 7 PC.
Any help is appreciated
您有几种可能无法访问其他设备上的节点服务器,
解决上述问题的方法是,