spark-dotnet / framework

Build production ready, full-stack web applications fast without sweating the small stuff.
https://spark-framework.net/
MIT License
718 stars 56 forks source link

Is only for SSR mode? #73

Closed sip-pos closed 4 months ago

sip-pos commented 4 months ago

I just serach Blazor framework to use, But I like this framework it looks like simple and wonderful.

I saw the doc, it only mentioned SSR, I don't know if use auto render or Webassembly render is work?

westonwalker commented 4 months ago

It uses SSR as the default. You can switch to the Server render mode if you'd like (websocksets). I don't recommend web assembly render mode with it.