Hi
I’m not sure if I’m looking for the wrong thing or just too unexperienced in nodeJS to understand it, but I can’t wrap my head around how to build website in nodeJS that is fully rendered serverside.
I’m trying to build a very simple website (like a wordpress blog) with post-lists and post-detail pages. The goal is to have to whole html served serverside, just like a php website. It’s mainly because of SEO and accessibility.
I have read the documentation https://docs.wappler.io/t/sever-side-rendering-with-nodejs/21650
But this only shows the process for meta-data. But how do I do this for all the other things in the template that are normally pulled by server connect components?
Am I also doing this with the server side data section? But how? I can only select one Server Connect, and I already use this for meta data or login-verification.
Is there even a straight forward way to do this in nodeJS? Or would I be better of to stick to PHP for this little project, since there is almost no clientside interaction anyway?
Last updated: