https://supertokens.com/ logo
running golang demo app
r

rp

06/09/2022, 2:55 PM
hey@
d

Deleted User

06/09/2022, 2:55 PM
you keep moving me :/
lol
r

rp

06/09/2022, 2:56 PM
the example app in auth-react repo uses a node server
d

Deleted User

06/09/2022, 2:56 PM
I know, so like
I tried transplant out the src
and then run
npm run dev
that will start the react app
d

Deleted User

06/09/2022, 2:57 PM
and then I run the go portion?
r

rp

06/09/2022, 2:57 PM
yea
oh and the golang backend uses thirdpartyemailpassword recipe
the frontend example app uses thirdpartypasswordless
so they are different
d

Deleted User

06/09/2022, 2:57 PM
uh ok so like
effectively transplant like
d

Deleted User

06/09/2022, 2:58 PM
I think I can figure that part if the rest is good
Also is the go SDK 100%? Saw like you guys saying 60% within the last year
r

rp

06/09/2022, 2:58 PM
yup
100%
it's upto date and properly maintained
d

Deleted User

06/09/2022, 2:59 PM
Just from like a uh person to person suggestion, as I'm trying to like plan out this pretty big design and like I said I'm not the webmaster
would you say go backend
Like most of our other systems are go so I want to say this is likely the best setup 🤔
r

rp

06/09/2022, 3:00 PM
go is execellent
d

Deleted User

06/09/2022, 3:00 PM
Also there's really no way to have go handle the hosting portion? I'd npm run?
er
r

rp

06/09/2022, 3:00 PM
what do you mean hosting portion?
d

Deleted User

06/09/2022, 3:01 PM
Like running the main.go handling the frontend webpages?
r

rp

06/09/2022, 3:01 PM
ah right.. i mean you can make go the web server, but the frontend is client side rendered react
d

Deleted User

06/09/2022, 3:02 PM
🤔 Can go do the frontend webserver portion?
like the hosting portion of that lol
r

rp

06/09/2022, 3:03 PM
yup
You can use google to figure that out 🙂
d

Deleted User

06/09/2022, 3:05 PM
Well that's how I figured out the whole transplanting, I thought I was doing that to begin with so I assume I missed the disconnect in types. Just wanted to confirm as like I said, I'm not the web master type and I found the docs incredibly confusing.
I'm both offended and disappointed I've elicited this response
lol
Anyhow - Appreciate the help!
r

rp

06/09/2022, 3:06 PM
thank you! if you have any specific supertokens related question, we can help!