Well, but that was what I was trying to do. I want the project the work like a regular static (but DB-driven) Website - not an interactive, dynamic app.
I know that google got better with understanding JS based sites - but it’s still far from being as pain-free as an old server side page. And I think if I don’t need any client side interaction, I could just stick to what works and render the whole thing server side.
Would it make any difference if I switch the server model to php? Or is wappler also just using php for the background stuff (routes, DB-queries) and page skeleton and all the template-logic must use client side JS?
edit:
I just set up a test php project and it looks like if I have even less options, since even the “Insert Server Data Binding” is only working in nodeJS.
I mean it would be no problem for me with my php experience to code some template logic right into the code view like a little for-loop. But I would need an easy way to access the data from the backend workflows that i set up. Its this possible? Or is wappler just the wrong tool for this kind of projects.