Tag Archives: termux

Easily run NodeJS applications on Android

Prologue

I have found myself lately doing a lot of proof-of-concept applications in NodeJS using a simple web interface. And running them whenever and wherever I want seemed like a very nice idea. I could have chosen to have them hosted on a server, however I chose to run them on my Android phone because:

  • I don’t need to manage a server
  • I don’t need to pay for a server
  • I don’t run them so frequently that they would justify using a server

Sneak peek

NodeJS application on Android sneak peek
Continue reading