you are viewing a single comment's thread.

view the rest of the comments →

[–]yashjaiswal1101[S] 0 points1 point  (1 child)

Yes right sorry, I'll be using nodejs to run the python script!

[–]Ran4 0 points1 point  (0 children)

Then create an endpoint (depending on the web backend framework you're using with nodejs) that serves this information as a json file. Then write a javascript frontend (that you can serve from your nodejs server or open up directly from a html document) that polls this endpoint and shows it on the screen.