README.md
November 16, 2023 ยท View on GitHub
Chatfairy
This is a minimal chat application with no dependancy but Flask! I call it Chatfairy.
With only 115 locs in a singel file, Chatfairy support:
- user authentication
- multiple users chat simultaneously
- online/offline notification
- route protection
https://github.com/yuxiaoy1/chatfairy/assets/24974936/13186e61-1082-41c3-aa16-250b58572975
You can clone this repo and run pip install flask && flask run, then open http://127.0.0.1:5000 to play with Chatfairy.