#serversiderendering

Is Node.js the future of backend development, or just a beautifully wrapped grenade?

Lately, I see more and more backend systems, yes, even monoliths, built entirely in Node.js, sometimes with server-side rendering layered on top. These are not toy projects. These are services touching sensitive PII data, sometimes in regulated industries.

When I first used Node.js years ago, I remember:
• Security concepts were… let’s say aspirational.
• Licensing hell due to questionable npm dependencies.
• Tests were flaky, with mocking turning into dark rituals.
• Behavior of libraries changed weekly like socks, but more dangerous.
• Internet required to run a “local” build. How comforting.

Even with TypeScript, it all melts back into JavaScript at runtime, a language so flexible it can hang itself.

Sure, SSR and monoliths can simplify architecture. But they also widen the attack surface, especially when:
• The backend is non-compiled.
• Every endpoint is a potential open door.
• The system needs Node + a fleet of dependencies + a container + prayer just to run.

Compare that to a compiled, stateless binary that:
• Runs in a scratch container.
• Requires zero runtime dependencies.
• Has encryption at rest, in transit, and ideally per-user.
• Can be observed, scaled, audited, stateless and destroyed with precision.

I’ve shipped frontends that are static, CDN-delivered, secure by design, and light enough to fit on a floppy disk. By running them with Node, I’m loading gigabytes of unknown tooling to render “Hello, user”.

So I wonder:
Is this the future? Or am I just… old?

Are we replacing mature, scalable architectures with serverless spaghetti and 12-factor mayhem because “it works on Vercel”?

Tell me how you build secure, observable, compliant systems in Node.js.
Genuinely curious.
Mildly terrified and maybe old.

#NodeJS #BackendSecurity #SecureCoding #PII #Compliance #SoftwareArchitecture #ServerSideRendering #TypeScript #Java #Kotlin #Golang #Erlang #Ruby #Scalability #Observability #DevSecOps #LegacyVsModern #SecureByDesign #CompiledLanguages #CloudArchitecture #StatelessDesign #SecurityTheatre #TechSatire #LinkedInTechRant

Compiled Languages vs NodeJs picture
Frontend Dogmafrontenddogma@mas.to
2025-03-23

SSR Deep Dive for React Developers, by @adevnadia@x.com:

archive.fo/G9kdE

#deepdives #serversiderendering #react #javascript

2025-02-01

Is your React app struggling to rank on Google? 🤔

What if I told you there’s a game-changing way to boost your SEO, improve performance, and offer better user experiences? Enter Server-Side Rendering (SSR) for React 🔍 What’s the Catch with React and SEO? React is fantastic for creating dynamic, rich user experiences. But it can pose a challenge for SEO because search engines may struggle to crawl and index content that’s rendered client-side. That’s where Server-Side Rendering (SSR) comes into play. With SSR, the […]

whalers.ir/blog/is-your-react-

2024-11-08

#it #webdev since the comback of #ssr #ServerSideRendering i have the strong feeling that we can now bring back the long forgotten art of the #verticalscale its simple and brings a lot for many companies around the globe. Way easier to maintain.

2024-10-27

I think this is as far as I'll go for this sample blog-eske website

This is a classic'ish website with aspnet and F# server-side rendering, almost no JS, no HTMX, streamed HTML and, if you see it on a chromium browser you won't even notice page reloads!

https://github.com/AngelMunoz/Openapo

You can see the live thing here:
https://openapo.fly.dev/posts/Server+Sent+Events+with+Saturn+and+F%7e%7e_2024-10-27-37

#fsharp #dotnet #aspnet #server #webdev #html #serversiderendering #backend

BaselOneBaselOne
2024-10-08

👩🏻‍💻👨🏻‍💻 Moderne Webentwicklung: Back to the Server!
Die Ära der klassischen Single Page Applications mit , und scheint sich dem Ende zuzuneigen! Doch was bedeutet der Trend zu full-stack Frameworks wie Next.js, Remix und Svelte wirklich für die Webentwicklung?
🔎 Taucht gemeinsam mit Jonas Bandi ein in die neuesten Ansätze zur Full-Stack-Webentwicklung ein an der
🐸 lnkd.in/ggjmzerN

Nicolas Fränkel 🇺🇦🇬🇪frankel@mastodon.top
2024-10-06

I'm continuing my series on #ServerSideRendering (with @springboot) and #AJAX.

This week, I look at @htmx_org and how it nicely complements #SpringBoot.

blog.frankel.ch/ajax-ssr/5/

pablolarahpablolarah
2024-05-30

🔴🟢 Client-side Rendering
by Almog Gabay
This project is a case study of CSR, it explores the potential of client-side rendered apps compared to server-side rendering.


github.com/theninthsky/client-

Green text on pink background:
Client-side Rendering
lil5 :golang: 🚲 🇳🇱lil5@fosstodon.org
2024-03-02

To all the people who laughed at me for understanding and enjoying #regex

I just moved a large project from #react #vite to #Astro mostly thanks to the power of regex.

Cutting down client side JavaScript.

#astrojs #ssr #ServerSideRendering

Mike Li29decibel
2024-02-06

I am amazed by the causal usage (in an elegant way) of web components in a server side rendering environment from @feedbin

If you are wondering how to display 3rd party HTML content (like a newsletter) on your web app, or interested to see web components used in the wild, or even wondering if we can deliver outstanding UX using server side rendering. Then you should really checkout @feedbin

Plus they are open source.👏

github.com/feedbin/feedbin

2024-01-28

Lol my realization today:
"I wonder if I could serialize all of the nodes, pick the async ones and rather than wait for their individual content to render, send a marker element instead, so when those async nodes finish working they can be sent via server sent events or any other means available."

Oh wait, I'm reinventing poor's man astro in F#
🫠
Welp that won't stop me from trying out stuff!
It is nice to see that This kind of technology is not JS only, other ecosystems simply don't care... There's so much potential down there!


#fsharp #backend #serversiderendering #experiments #webdev #htmlrendering

2023-06-29

@redacted @reiver @ellisgl On the other hand, I've seen a lot of websites deliberately turn off #ServerSideRendering when analytics show that a lot of visitors are using script blockers to evade interest-based ads and metering. #Quora and #Fortune are among them.

JavaJuneaujavajuneau
2023-06-27

RT @tandraschko We just released PrimeFaces 13.0.0-RC2: github.com/primefaces/primefac
Please test and give feedback 🥳

रञ्जित (Ranjit Mathew)rmathew
2023-06-03
2023-02-06

I wish you could switch off turbolinks or frames or whatever GitHub uses to update its pages - just give me server side rendering please!

#GitHub #Turbo #Rails #ServerSideRendering #Grumpy

Jeffrey Yasskinjyasskin@hachyderm.io
2023-02-04

Has anyone gotten #WebComponents and #ServerSideRendering to play nicely together? #Astro does a good job of rendering on the server, but it can only do that for a web component if the component's written in the same framework as the #AstroIsland it's contained in, which defeats the purpose of framework-independent components.

@slightlyoff, this seems like something you'd have an answer for, since you've championed both parts.

pablolarahpablolarah
2023-02-01

Marko JS
@MarkoDevTeam
A declarative, HTML-based language that makes building web apps fun

markojs.com/

Marko JS  logo, and open M (legs opened as opposed angles) with gradients colors with an bracket like and arrow in the right side in magenta gradient.

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst