mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
cadd217078
* chore: update to axum 0.7 Removed http, since it's included in axum, and replaced hyper by http-body-util, which is a smaller. * chore: update samples to work with nre axum Missing sessions_axum_auth, pending PR merge. * chore: all dependencies update to axum 0.7 * chore: cargo fmt * chore: fix doctests * chore: Fix example that in reality doesn't use axum. Fixed anyway. * chore: more examples support for axum 0.7 * Small tweak |
||
---|---|---|
.. | ||
public | ||
src | ||
Cargo.toml | ||
deno.jsonc | ||
deno.lock | ||
LICENSE | ||
Makefile.toml | ||
README.md | ||
run.ts |
Leptos Hacker News Example with Axum
This example uses the basic Hacker News example as its basis, but shows how to run the server side as WASM running in a JS environment. In this example, Deno is used as the runtime.
Server Side Rendering with Deno
To run the Deno version, run
deno task build
deno task start