Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

chat

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 run

Web client

To run the web client, navigate to client and run:

$ pnpm i && pnpm dev

CLI client

To run the CLI client, navigate to tui-client and run:

$ cargo run

Bot

To run the chat bot, navigate to bot and run:

$ buf generate
$ dotnet run