In the documentation , there is a host parameter in the command line arguments.
You can run a local environment, for example
./dev_appserver --host=0.0.0.0
You need to replace 0 with your actual network IP, something like 192.168.0.42that can be found using the command ifconfigin linux all mac terminal, ipconfigfor Windows.
If you visit your actual IP address from your favorite browser, for example, 192.168.0.42:8080on port 8080, if you did not install it manually, you can access the local computer from any browser on the network.
, . , Linux, - .