fermyon / leptos-spin

Integration library for running server-side Leptos apps on Spin
32 stars 6 forks source link

Support async SSR mode #6

Closed itowlson closed 11 months ago

itowlson commented 11 months ago

It's looking like there will be consolidation opportunities (you'll be shocked to know) but for the time being this just tries to get something working within the limits of how async Spin/WASI can be right now.

benwis commented 11 months ago

Nice! I think all you have to do to enable the other modes is edit the request parsing/response encoding bits of each render function. And fix async weirdness.