I have developed a webserver in Python (using Bottle). In this moment it runs on my laptop, but in future it will run on a board (like Raspberry). The webserver shows a html page that allow to the users to put some data and it should save locally in a file. Is it possible? I have to use php?
Thanks