This is a learning project containing a super basic websocket-based chat app.
git clone [email protected]:wylee/chat.git
cd chat
poetry install
npm install
poetry shell
run api
# In another terminal
run ui
Now you can open multiple browser tabs, go to http://localhost:3000/, set a username in each tab, and chat with yourself.