Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 472 Bytes

File metadata and controls

32 lines (19 loc) · 472 Bytes

quart-websocket

A chat app built with Quart using websocket.

Development Environment

Create the Python virtual environment,

$ poetry env use python3.12

Install Python packages

$ poetry install

Run App

$ python main.py

Then 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!