radio-tower

Crates.ioradio-tower
lib.rsradio-tower
version0.1.0
sourcesrc
created_at2023-05-13 13:23:47.0731
updated_at2023-05-13 13:23:47.0731
descriptionExperimental web frontend for Transmission
homepage
repository
max_upload_size
id863732
size158,916
Kahn (kahnclusions)

documentation

README

🗼 radio-tower

Experimental remote frontend for Transmission using Dioxus liveview. The LiveView app runs the application logic in the Rust binary on the server and communicates layout updates to the FE via websockets. The server communicates with Transmission over its JSON-based RPC protocol.

The project also demonstrates building tailwind css and embedding it in the compiled Rust binary.

Getting started

nvm install 16 # first time
nvm use 16
make dev
Commit count: 0

cargo fmt