teodevgroup / teo

Schema-driven web server framework.
https://teodev.io
Apache License 2.0
1.41k stars 46 forks source link

Does Teo support SSR for Astro or Vue, particularly in Rust and Python? #64

Closed jeromeleong closed 5 months ago

jeromeleong commented 5 months ago

I'm exploring the use of Teo for server-side rendering (SSR), and I'm curious to know if it supports SSR for frameworks like Astro or Vue. Specifically, I'm interested in implementing this functionality in Rust and Python. Has anyone already implemented SSR for these frameworks within Teo, or are there any related documentation or tutorials available for reference?

victorteokw commented 5 months ago

Hi @jeromeleong, Teo will not directly support frontend techs even SSR. But you can integrate by yourself.