• kiri@ani.social
    link
    fedilink
    arrow-up
    8
    arrow-down
    1
    ·
    3 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.