简体   繁体   中英

sending data from client and receiving it on the server such that any client can access it in vanilla js

I was wondering if there was any way to set up a website such that you could send data from the client to a server (no libraries at all, even for the server) and store it there (in local storage: https://www.w3schools.com/HTML/html5_webstorage.asp ) entirely in vanilla js.

This article is about sending. I don't know why do you talk about the local storage.

Storing it involves the server. You could learn Node.js (JS) or Flask (python) to do this.

If the server otherwise is not configured properly, it wouldn't allow sending & storing permanently.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM