I'm able to connect my ESP8266 to local network, serve a website and access it on my mobile using the local IP address. So I tried getting my Public IP using api.ipify.org and use it to access the nodemcu server outside my local network but I couldn't access the website using my public ip.
How to expose my nodemcu server to the internet rather than just local network ?
Would love any code based solution not involving 3rd party services.
THANKS IN ADVANCE