| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Using Node Server For TinyWebDB Component - Appinventor | Niotron
In this tutorial you'll get to know about hosting your own TinyWebDB Instance for FREE on any shared hosting.
I'm assuming that you already have shared hosting and you are logged in to your cPanel.
Now follow the below given steps or Click here to watch tutorial video to setup Node Server.
{
"name": "tinywebdb",
"version": "1.0.0",
"description": "Node JS Server For TinyWebDB - Ai2 Component",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Ct tricks",
"license": "MIT"
}{
"tag1": "Hello_World",
"tag2": "Hello_Cttricks"
}
Now visit your Application URL. It shoud https://<Your-Domain>/tinywebdb/. You can access it by clicking on the ↗️open button on the right side of Application URL.
⚠️ Please note that,
When you paste the Application URL in Service URL of TinyWebDB component, remove / from the end of the url. Example https://<Your-Domain>/tinywebdb
A demo app is made on Niotron Builder you can use my AIA file or can create your own on any appinventor clone.
Enjoy your own TinyWebDB Service! 🥳
| Back | FazBrowse Home | New Git URL |