|
4 gadi atpakaļ | |
---|---|---|
.. | ||
examples | 4 gadi atpakaļ | |
src | 4 gadi atpakaļ | |
.gitignore | 4 gadi atpakaļ | |
Cargo.toml | 4 gadi atpakaļ | |
README.md | 4 gadi atpakaļ | |
index.html | 4 gadi atpakaļ |
Stream events from a server to a client.
This crate provides drivers for Actix, Warp, and Tide to run coupled frontend and backend.
This comes in the form of two approaches:
Tight coupling is basically an implmentation of loose coupling where all events move through the backend connection. This coupling option has higher latency but is very simple to deploy. We use this approach for dioxus-webview where latency is minimal (hosted locally) and we want builds to be simple - no need to manually bundle a custom frontend because everything is server rendered.