8000 GitHub - Frank-III/rusty-chat: A chat app made with Rust and React
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Frank-III/rusty-chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rusty Chat with Axum

For study purpose, modified from original repo, with Axum as the server

A chat app made with Rust and React.

Source code for article Building a Real-time Chat App in Rust and React.

Set up

First start the server.

RUST_LOG=info cargo run

Then start the front-end app.

cd frontend && nvm use && npm install
npm run start

Now you can open http://localhost:3000/ in multiple tabs and try it out.

About< 5409 /h2>

A chat app made with Rust and React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 58.6%
  • Rust 36.9%
  • HTML 3.2%
  • Shell 1.3%
0