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
 
This example shows how to use binary websockets to transfer protocol buffers.
npm installnode server.js