Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 498 Bytes

File metadata and controls

37 lines (24 loc) · 498 Bytes

Chat app with Temporal

This application leverages Temporal to manage users and chat messages as long-running workflows

chat.gif

Learn here about the backend implementation

How to run the chat app

Start the Temporal server

cd temporal-server
./start-server.sh

Start the frontend

cd frontend
./start-frontend.sh

Start the backend

cd backend
./start-worker.sh
cd backend
./start-server.sh