+ 1

How can i save get data from html and store it in json with node.js?

29th Dec 2018, 6:48 PM
E.F.A
E.F.A - avatar
2 Answers
0
and handle the rest with node.js file API require("fs")
4th Jan 2019, 8:36 AM
CloudWay
CloudWay - avatar
0
you could use JavaScripts HTTPXMLREQUEST to send a post/get Request to eg [yourwebsite]/request?data=data
4th Jan 2019, 8:36 AM
CloudWay
CloudWay - avatar