ProtoBuf.js WebSocket example
This example shows how to use binary websockets to transfer protocol buffers.
Instructions
- Set up dependencies:
npm install - Run:
node server.js - Open http://localhost:8080/ in a recent browser
| 名称 | 最后更新 |
最后提交
71e6a4a4
–
1.优化白板标注模块发送的数据,对坐标点数组进行压缩优化,减少字节数;解压收到的坐标点数据还原...
历史
|
|---|---|---|
| .. | ||
| www | 正在载入提交数据... | |
| .npmignore | 正在载入提交数据... | |
| README.md | 正在载入提交数据... | |
| package.json | 正在载入提交数据... | |
| server.js | 正在载入提交数据... |
This example shows how to use binary websockets to transfer protocol buffers.
npm install
node server.js