#A framework for building apps with SSR (Like rails)
1 messages · Page 1 of 1 (latest)
A framework for building apps with SSR (Like rails)
What kind of ssr are you looking for ? Fresh is React SSR, Danet handle hbs SSR
Fresh, Aleph and Ultra already do SSR in Deno. Maybe instead of reinventing the wheel you could contribute to one of those projects.
Rails is much more than SSR + API routes. From their homepage:
"Rendering HTML templates, updating databases, sending and receiving emails, maintaining live pages via WebSockets, enqueuing jobs for asynchronous work, storing uploads in the cloud, providing solid security protections for common attacks. Rails does it all and so much more."
But we get very close when combining Firebase or Supabase with a Frontend-Stack of our choice.
I have seen something like this with https://wasp-lang.dev/
Develop full-stack web apps without boilerplate.
Maybe some ideas can from this project or even suggest support for deno
https://github.com/puneetxp/the_deno here my take on framework
Login login with roles guards on routes mysql database crud operation and more