Skip to content

mrcgonlop/rustserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rustserver

a full web setup with dioxus front end and actix web backend that creates a web app with binaural tones

Webapp in Rust

Template for a web app completly in rust. The server is created with actix-web, the frontend with yew.

Put shared structs and functionality into the root crate, app or server specific stuff into the corresponding app or server crates.

Run cargo watch -w server -w src -x "run" in the root folder of the repository to start the server and restart on changes. In another shel run trunk watch inside the app folder to rebuild the wasm code on changes.

Features:

  • actix is setup to server the static files produced by trunk
  • a service worker for pwa functionality is included

About

a full web setup with dioxus front end and actix web backend that creates a web app with binaural tones

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors