NodeJS SDK deprecated

G’Day!
I see that " :warning:* The support and maintenance for this SDK has been discontinued, it is not recommended to use the SDK for new projects." on the corresponding page at https://www.thethingsnetwork.org/docs/applications/nodejs/ and also on GitHub.
What is the reason for this? Is it an issue of support for this SDK (and, as far as I can see for the other SDKs as well) or does it have technical reasons?

Thanks, Karin

Support on the code has stopped because it will not work with version 3 of the TTN stack because of its new architecture. Building new use cases based on the code will result in additional work when TTN moves to the new stack for the community network.
Both the currently running stack and the new one support mqtt to get at your data so it’s recommended to use a generic mqtt library as base for new solutions.

1 Like