What Backend Tech Stack Should I Use with SolidJS or AlpineJS for Authentication?

0
1
Asked By CleverNomad42 On

I'm exploring backend technology options since I'm using a front-end framework that isn't as widely adopted, like SolidJS or AlpineJS. What backend and authentication stack do you recommend for reliability? I'm looking for a combination that works well with these less popular options.

4 Answers

Answered By DevExplorer99 On

It really just depends on what you're familiar with. I've used Java/Spring Boot and Ruby on Rails, which both have solid built-in authentication methods. Choose a stack that keeps you productive!

Answered By CodeSmith87 On

SolidJS or AlpineJS won't affect your backend decisions much. I suggest going with a stable option like Express. For authentication, consider JWTs, or you could use services like Supabase or Auth0 for easier integration.

Answered By SimplicitySeeker On

Yeah, just about any backend will work as long as they can communicate via HTTP. Use something reliable, and don't overthink it! It's all just AJAX and HTTP calls.

Answered By TechGuru_X On

The frontend shouldn't dictate what backend you choose; they can function independently. Just pick something you’re comfortable with, like Express or Fastify, and it’ll handle the HTTP requests just fine.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.