Remix.run Logo
megaman821 4 hours ago

Does node or Go have a full-stack framework with any real usage? Those languages seem to have people that like piecing together libraries than using frameworks. Other languages all offer popular frameworks; Ruby on Rails, Java Spring, PHP Laravel, ASP.Net.

ricardobeat 3 hours ago | parent [-]

The modern approach is to have a node-based fullstack framework like Next, SvelteKit or Astro, plus backend API services.

I’m afraid i am one of those people :)

megaman821 3 hours ago | parent [-]

They are full-stack but not complete frameworks like the other. Where is the ORMs, authentication, form handling, etc? Will your bespoke choices hold up in 10 years?