Android device ( Internet Connected )
|
(Wi-Fi Hot-spot)
|
|
Computer ( NodeJs Server started )
The NodeJs server starts only with private IP ...
How to start the NodeJs server with the public IP ?
The NodeJs server started in the computer: (No public IP is listed)
C:\Users\ASUS>http-server .
Starting up http-server, serving .
Available on:
http://192.168.42.74:8080
http://192.168.137.1:8080
http://127.0.0.1:8080
Hit CTRL-C to stop the server
[However, if I start the server in my Android device (using Termux), I get the public IP...]