https://github.com/usmantahirr/protobuf-encoder-js
JS Encoder for protobuff, just give it file name and it will give you all required functions to encode and decode stuff.
https://github.com/usmantahirr/protobuf-encoder-js
Last synced: 7 months ago
JSON representation
JS Encoder for protobuff, just give it file name and it will give you all required functions to encode and decode stuff.
- Host: GitHub
- URL: https://github.com/usmantahirr/protobuf-encoder-js
- Owner: usmantahirr
- License: mit
- Created: 2016-12-01T06:55:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-01T11:18:38.000Z (almost 9 years ago)
- Last Synced: 2025-03-07T14:48:24.019Z (8 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# protobuf-encoder-js
JS Encoder for protobuff, just give it file name and it will give you all required functions to encode and decode stuff.
## to init debugger
its using node's [debug](https://github.com/visionmedia/debug), to init it, use following
```bash
$ export DEBUG=*,-not_this,-express:*,-connect:*,-ascoltatori:*,-nodemon:*,-nodemon
```