I wrote a chrome extension using javascript, which receives user inputs and using AJAX connect to PHP residing in the server to write them to specified folder in server.
I want to remove this PHP(server side) layer.
Is there any way I can directly write a JSON file to server, without the need of any server side language?
This will make my chrome extension portable across any web stack
Thanks in advance!
Please help
I want to remove this PHP(server side) layer.
Is there any way I can directly write a JSON file to server, without the need of any server side language?
This will make my chrome extension portable across any web stack
Thanks in advance!
Please help
Comment