This repository has been archived by the owner on Jul 9, 2024. It is now read-only.
Generate message types for TypeScript, protobuf, ... #610
coderbyheart
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Many projects in the nRF Asset Tracker need to verify incoming messages and need TypeScript definitions when building outgoing messages to ensure data that is passed around follows the cloud protocol.
Right now each project (web app, cloud backend, ...) has their own implementation, but we keep adding places where this is repeated. This creates code duplication that must be kept in sync with changes to the cloud protocol, and these happen quite often.
Therefore:
Beta Was this translation helpful? Give feedback.
All reactions