Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I know to use node js in TERMUX. But I want to use it with database. How can I use database in Android
-
eval6804y@AkshayTolwani doing everything on termux is limiting. https://hetzner.cloud//...
Here you can get a server for free (choose the lowest cloud server, CX11 i think, and the free credits will last for months). Then you can connect via ssh and install everything you need! -
@AkshayTolwani
Yes I would like to share my knowledge.
Steps -
The first step to install database -
Install MySQL in TERMUX by command " pkg install mariadb"
Or
Or There A simple way also is a app on Google Play Store which gives run php + MySQL. So you can Start it's server and enjoy Node Js with phpmyadmin. Isn't it cool.
App link : https://play.google.com/store/apps/...
Now it's turn for second and main step -
Installating Node Js
You can simply install node js on TERMUX by using this command : " pkg install nodejs ".
And Now You are all set to use Nodejs with a database on Android.
I Hope This Will Help A Lot Of People.
Related Rants
Can anyone Tell me. Is there any way to use node js with MySQL or Mongo Db on TERMUX Android.
If you Help me. I will be very thankful to you.
I want to learn but I don't have computer.
question
mongo-db
termux-android
android
termux
mysql
nodejs
questions