OrderTracker is a webapp that uses websockets to enable live chat communication between businesses and customers. It uses socketio for real-time bidirection communication for the websockets, Flask as the framework for the app and SQLite for the database.
This was a personal project that I created primarily to learn more about websockets and its difference from HTTPS.
Check out the Github repo here