A LAN-Webchat with Flask
A Flask chat app that runs in the browser. Designed for local area networks that are not connected to the Internet.
Project To-Do List
- Build working chat prototype
- Build UI
Setting Up the Project
1. Clone the Project
Clone the project to a location on your device and make sure that Python 3 is installed.
2. Install Python Librarys
Run the following commands in your terminal:
pip install flask
3. Run the App
To run the app, execute the following command in your terminal:
flask run
Then go into your browser and type in the following URL:
http://127.0.0.1:5000/