ARTICLE AD BOX
Using LiveServer in VS Code, I have setup an html page that I can access from any device on my LAN. On this app I have it set to store and read data using localStorage in javascript(typescript is what I type in).
Where would I go from here in order to have the stored data be accessible from anyone accessing that page from anywhere in the LAN?
I presume I will have to learn something entirely different(like express, one of the pages I found that vaguely mentioned but had no detail as to the how?), but I have no idea what direction to go in to learn how to do this specific thing, and wanted to see if anyone had suggestions for how to proceed.
