Skip to content

Bogpan/rust-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-chat

A (bad) chat app using websockets, made with Axum and SvelteKit.

It uses SvelteKit to generate static files, served by the backend.

I made this project solely for the purpose of learning Axum and how websockets work and not a lot of thought was put into the frontend, but I think it's half-decent. It is deployed to shuttle.rs: https://rust-chat.shuttleapp.rs/!

Running

You need to have Rust, npm and cargo-shuttle installed and set up.

In the frontend directory, run

npm run build

Which will create a build folder in the root. Then, you can use

cargo shuttle project start

and

cargo shuttle run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published