1 unstable release
0.1.0 | May 13, 2023 |
---|
#26 in #transmission
46KB
1K
SLoC
🗼 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
Dependencies
~32–47MB
~851K SLoC