「︎RAP GOD」︎☣️ Turn Android Device into a Web Server ☣️

Active member
Joined
Oct 25, 2018
Messages
737
Following are the steps:




[hide]

1. Install & open termux

2. Execute the following commands by order

> $ pkg install git 

> $ pkg install golang 

> $ export GOPATH=/data/data/com.termux/files/home/go 

> $ go get -u -v github.com/kataras/iris 

> $ cd /data/data/com.termux/files/home/go/src/github.com/kataras/iris/_examples/hello-world 

> $ go run main.go

3. Open your favorite browser and navigate to http://localhost:8080



[/hide]
 
Member
Joined
Mar 31, 2019
Messages
33
Let's see lol
 
Top