A chat application example.
You will need the Rust toolchain installed to run the server.
If you want to run the web client, you will need pnpm.
If you want to run the bot, you will need the dotnet sdk and hrpc codegen tools.
To run the server, navigate to server and run:
$ cargo runTo run the web client, navigate to client and run:
$ pnpm i && pnpm devTo run the CLI client, navigate to tui-client and run:
$ cargo runTo run the chat bot, navigate to bot and run:
$ buf generate
$ dotnet run