Hi,
I am looking for the official implementation of Protobuf for JavaScript(and TypeScript, if exists).
protobuf-javascript seems like the official implementation, but it looks like it hasn't been updated for a while. The latest version was 3.21.2, which was uploaded last year.
Does it mean that it is OK to use the old version for JavaScript? Or is it deprecated and should I use another implementation? Or does it mean that I shouldn't use protobuf for web apps at all?
I know there are some alternative implementations, but I am looking for the official implementation or official recommendations.