A simple Python HTTP server that allows sending messages from a phone browser to a Mac over a local network.
- Make sure your phone and Mac are on the same network.
- Start the server on your Mac:
python3 server.py- Get your Mac IP:
ipconfig getifaddr en0- Open on your phone:
http://<mac-ip>:8080