# minichat **Repository Path**: iroan/minichat ## Basic Information - **Project Name**: minichat - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README A simple python chat app (demo) writtern with flask and gevent. To use it: `sudo apt-get install libev-dev libevent-dev python-all-dev -y` `pip install gevent flask` `python app.py` ... and go to http://127.0.0.1:5000 to use it.