9 unstable releases (3 breaking)

0.5.1 Apr 5, 2024
0.5.0 Mar 28, 2024
0.5.0-alpha.0 Feb 23, 2024
0.4.3 Dec 7, 2023
0.1.0 May 3, 2022

#68 in WebSocket

Download history 48/week @ 2023-12-22 31/week @ 2023-12-29 45/week @ 2024-01-05 65/week @ 2024-01-12 71/week @ 2024-01-19 79/week @ 2024-01-26 109/week @ 2024-02-02 68/week @ 2024-02-09 86/week @ 2024-02-16 211/week @ 2024-02-23 118/week @ 2024-03-01 189/week @ 2024-03-08 319/week @ 2024-03-15 275/week @ 2024-03-22 222/week @ 2024-03-29 364/week @ 2024-04-05

1,233 downloads per month
Used in 3 crates

MIT/Apache

775KB
14K SLoC

Dioxus Liveview

Crates.io MIT licensed Build Status Discord chat

Website | Guides | API Docs | Chat

Overview

dioxus-liveview provides adapters for running the Dioxus VirtualDom over a WebSocket connection.

The current backend frameworks supported include:

  • Axum

Dioxus-LiveView exports some primitives to wire up an app into an existing backend framework.

  • A ThreadPool for spawning the !Send VirtualDom and interacting with it from WebSockets
  • An adapter for transforming various socket types into the LiveViewSocket type
  • The glue to load the interpreter into your app

Contributing

  • Report issues on our issue tracker.
  • Join the discord and ask questions!

License

This project is licensed under the MIT license.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Dioxus by you shall be licensed as MIT without any additional terms or conditions.

Dependencies

~7–21MB
~249K SLoC