fermyon / leptos-spin

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

Support async SSR mode #6

Closed itowlson closed 9 months ago

itowlson commented 9 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 9 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.