This easy-to-use Chatting server, powered by Python Flask, Chat between devices on the same network, like your home Wi-Fi. No internet connection is needed!
- Install Python:
- Download the Project: Grab the files from this repository. You can use the "Code" button above to download as a ZIP file.
- Open Your Terminal:
- Windows: Search for "cmd" or "Command Prompt".
- macOS: Search for "Terminal" in Spotlight.
- Linux: You likely know how to do this! :)
- Navigate to the File
- Install Flask: Run the following command:
pip install Flask
pip install Flask-SocketIO - Start Chatting: Type this command and press Enter:
python app.py - Access the Server: Your terminal will display a URL like
http://127.0.0.1:80orhttp://192.168.8.106:80. Copy and paste this into your web browser.
- Same Wi-Fi: Ensure your phone/tablet is connected to the same Wi-Fi network as your computer.
- Enter the URL: Open a web browser on your device and type in the URL from Step 7 above.
To stop sharing, simply press Ctrl + C in the terminal window where the server is running.

