I have a form created in an html page that will make a POST request, how to capture this data using Node.js and store it in a JSON file?
(This is an application being built with Electron.)
I have a form created in an html page that will make a POST request, how to capture this data using Node.js and store it in a JSON file?
(This is an application being built with Electron.)