Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zzy/yew-ssr-actix-web
This example demonstrates yew server-side rendering with actix-web.
https://github.com/zzy/yew-ssr-actix-web
Last synced: 3 months ago
JSON representation
This example demonstrates yew server-side rendering with actix-web.
- Host: GitHub
- URL: https://github.com/zzy/yew-ssr-actix-web
- Owner: zzy
- License: mit
- Created: 2022-02-22T04:29:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-02-22T06:45:00.000Z (over 2 years ago)
- Last Synced: 2024-04-10T02:42:32.520Z (7 months ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 14
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-yew - yew-ssr-actix-web - The example demonstrates Yew server-side rendering with actix-web & reqwest, it needs the **development version** of Yew. (Projects)
README
# Yew Server-side Rendering with actix-web & reqwest
This example demonstrates yew server-side rendering with actix-web & reqwest.
This demo need the **development version** of yew.
Run `cargo run` and navigate to http://localhost:8080/ to
view results.