DEV Community

Discussion on: How to Turn an Android Device into a Web Server

Collapse
 
mortezakhademan profile image
mortezakhademan

Thanks for sharing. How can i set golang web server as startup in android device?

Collapse
 
kataras profile image
Gerasimos (Makis) Maropoulos

My pleasure! In order to set a startup service in android it needs to be listed as "user application" or "system application", the emulator is an application, so you could create a bash file with the command to execute your iris web server and call it from the emulator with arguments I suppose. To add an android application to startup, it's easier to install the Startup Manager from the android market.