問題タブ [protobuf.js]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
node.js - プロジェクトに pbjs をインストールした後、pbjs コマンドが見つかりません
私はprotobufを使用してイオンプロジェクトに取り組んでおり、すでにprotobufをインストールしています。私はpbjsツールをインストールしたいです。npm install pbjs を使用して、プロジェクト ディレクトリでこれを行いました。しかし、有効な引数に続いて pbjs を使用すると、-bash: command not found 'pbjs' が与えられます
私は何を間違っていますか?
javascript - protobuf.js はストリームから読み取ることができますか?
私は初めてですNode.js
。現在、多くの protobuf を含むバイナリ ファイルがありますMessage
。それらを分離する方法がわかりません。また、protobuf ドキュメントReader
に記載されている内容がわかりません。Message.decodeDelimited(reader: Reader|Uint8Array): Message
現在、私のコードは次のようになっています。
しかし、最初のメッセージしか取得できません。