Server Side Rendering #17733
NemuruYama
started this conversation in
Ideas
Replies: 2 comments
-
Avalonia doesn't use HTML, so SSR seems a moot point. For Avalonia running on browser, there is a small amount of HTML/JS to bootstrap, but the app itself is WASM which is rendered by Skia onto a canvas without any specific DOM elements. |
Beta Was this translation helpful? Give feedback.
0 replies
-
If you need it 100% server side (meaning no app code ever reaches the client), Avalonia does have a VNC backend. You could just hook a VNC client up to it in a browser and on a desktop. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I want to try using Avalonia to have an application that can both be a website and a desktop application (basically opposite of how Electron works) and I was wondering if there are any possibilities for initial SSR rendering, like Angular/Blazor have.
It would probably help with the initial load, for the web version, and I don't know how difficult it is to implement.
Beta Was this translation helpful? Give feedback.
All reactions