Home > Net >  There is a mode to run a nodejs backend on android?
There is a mode to run a nodejs backend on android?

Time:02-10

I will try to explain better, I made a NodeJS backend with integrated react UI that call localhost for local API/function integrated in NodeJS. Is there a way to make a porting of this solution to an APK? For now the only way to make NodeJS works on android is manually or with obsolete library like Androidjs

CodePudding user response:

Yes we can use Node.js using Termux however it is not quite recommended to run a backend server on Android.

  •  Tags:  
  • Related