This service includes handlers that share some state, accept parameters, return values, and even subscriptions!
In one terminal, start the server.
cargo run
In another terminal, install TypeScript dependencies, and run the client!
corepack enable # if not enabled
pnpm i
pnpm start