Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 277 Bytes

File metadata and controls

18 lines (15 loc) · 277 Bytes

使用Node.js及protobuf將資料轉成二進制

此專案安裝之套件

  1. bufferhelper
  2. express
  3. protobufjs
  4. protocol-buffers

run server

$ node app.js

run test

  • 測試proto在同一文件中編碼及解碼
$ npm run test