• @kiri@ani.social
    link
    fedilink
    73 days ago

    In termux (base python module):

    python -m http.server 8080
    

    In linux desktop browser:

    http://192.168.100.1:8080/ # your ip in `ifconfig` and port
    

    or vice versa.