A chat app built with Quart using websocket.
Create the Python virtual environment,
$ poetry env use python3.12Install Python packages
$ poetry install$ python main.pyThen visit http://127.0.0.1:8080/
Open this URL in two browsers, then adding messages in one, then newly added messages would be displayed in all browsers.
Happy Coding!