-2

I want to save variables to the server so they can be converted back to client side later on other pcs, sort of like local storage but the data is available to all computers who use the site. I am still new to javascript and am learning new things.

1 Answers1

0

What you're looking for is a database. A database is a constantly running server that can hold "tables" of data such as user info. If you are new to this concept I recommend google Firebase because it is a beginner friendly back end tool.