Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Google Protobuffers をトランスポートとして使用する場合、ピア アプリケーション間でコントラクトを共有する効果的な方法は何ですか? ベストプラクティスはありますか?
異なるプラットフォーム間で話している場合、最善の策は、単に .proto スキーマ定義をアクセス可能な場所に置くことです (ドキュメントやダウンロードなど)。各プラットフォームはそこからコードを生成できます。