We release today an alternative to the classic TinyWebDB installation.
I’ve created a new TinyWebDB server written in PHP. This means that you can just find any free website hosting provider and upload it there. You will have your dedicated TinyWebDB service for free, and it’s really easy to use!
Just download the files in a ZIP, and upload them to the root of your public_html directory. Then, in your project, change the TinyWebDB URL to your new website, and it’s done!
And I already have the answer why I haven’t used a normal database such us MySQL or SQLite
I first thought about using it, but I wanted very simple so anyone can setup his own TinyWebDB. So I finally decided to use a static file (the access to it is forbidden by Apache, so its secure) as it saved storage and was much simpler to configure
Hey guys finally after experimenting i got it to work, if you are experiencing protocol exception, try go into both php script and change the check request method from POST to GET, i get it working after changing that!
Edit: Sorry apparently is just me connecting to the another tinywebdb, it didnt work actually