How to create shared web server for nodemcu

Hello!
I'm pretty new in microcontrollers and just getting my first nodemcu yesterday. I've been following few tutorials and just found out how to create webserver, I wonder if I could use some code or mechanism to share my sensor reading to other people? If possible how? And what's the method called?

Any answer will be appreciate thanks!
P. S Please excuse my noobiness and english

I don't know what a nodemcu is, but an arduino with an ethernet shield can serve up web pages that display data from the arduino. I've made simple pages that iframe boxes that meta refresh getting info reom the arduino to display.

Hey thank you for answering, I've been working on the same project too just wondering if i could use specific link to share so anyone with the link can access my sensors reading

this will get you through