when using kratos with nodejs backend, should you ...
# talk-kratos
w
when using kratos with nodejs backend, should you now use
@ory/kratos-client
or
@ory/client
? previously used kratos-client, but not sure if we should now use
@ory/client
now
m
Hello @white-cartoon-58880 You can continue to use kratos-client. In fact kratos-client is recommended for self-hosted Kratos, since the ory-client might be on a different version. In general both SDKs are interchangeable, but ory-client sees more frequent updates.