DEV Community

Arvind Babu
Arvind Babu

Posted on

Integrating multiple adapters in QwikJS

Hi guys, I would like to integrate my Qwik app with https://supertokens.com/. Is it possible to have Supertokens backend config to use Qwik's node adapter and the rest of the app running on the AWS lambda adapter?
Since the SSG adapter can be used for certain routes, I was hoping something similar could be done to run different parts of the app using different servers/adapters.
Or, should I just create a separate app for Supertoken's backend service?

Top comments (0)

Gen AI apps are built with MongoDB Atlas

Gen AI apps are built with MongoDB Atlas

MongoDB Atlas is the developer-friendly database for building, scaling, and running gen AI & LLM apps—no separate vector DB needed. Enjoy native vector search, 115+ regions, and flexible document modeling. Build AI faster, all in one place.

Start Free

👋 Kindness is contagious

Explore this insightful write-up embraced by the inclusive DEV Community. Tech enthusiasts of all skill levels can contribute insights and expand our shared knowledge.

Spreading a simple "thank you" uplifts creators—let them know your thoughts in the discussion below!

At DEV, collaborative learning fuels growth and forges stronger connections. If this piece resonated with you, a brief note of thanks goes a long way.

Okay