Skip to content

havarnov/yew-actix-protobuf-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sample web app and server in rust

This is a sample app of a web server written in actix-web and a web app written in yew. The communication between server and client is http requests with protobuf serialized messages.

run server

cd server
cargo run

run client

cargo +nightly install cargo-web
cd client
cargo +nightly web start --target=wasm32-unknown-unknown --release

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published