
protobuf-js
NOTE: This project is just started and very experimental one. The functionalities are extremely limited and some of them may be completely changed in future editions.
What's this?
`protobuf-js' is a Protocol Buffers encoder/decoder for Javascript.
Would you like to try?
- download
- ruby bin/start_server.rb
- access http://yourserver:10080/
- click the `Decode!' button
- see the decoded message
What's happen?
Your browser downloaded data/sample.bin encoded by ruby-protobuf and then protobuf-js decoded the binary message.
Code Sample
Please see CodeSample.
Limitation
(Some of them will be implemeted in future, and others will be ignored forever) * This is tested only on Firefox. * Any compiler is not included.
Dependencies
- prototype.js (included)
Project Information
- License: MIT License
- 57 stars
- svn-based source control
Labels:
javascript
js
protobuf
protocolbuffers